aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-17 10:25:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-17 10:25:41 +1300
commit6a2e4c986bfb1d89c618c34535a3db0c13baf474 (patch)
tree21d33505ace935c8c85e78775d117ec23d063fb9 /vim/vimrc
parentForce deletion of old files (diff)
downloaddotfiles-6a2e4c986bfb1d89c618c34535a3db0c13baf474.tar.gz
dotfiles-6a2e4c986bfb1d89c618c34535a3db0c13baf474.zip
Removed textwidth setting.
I don't like formatting as I type. I'd sooner use gqap manually.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7806e0db..e50498f0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -40,7 +40,6 @@ set shiftround
set shiftwidth=4
set softtabstop=4
set tabstop=4
-set textwidth=80
" History
set history=1000