aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-09 01:33:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-09 01:33:57 +1200
commit240b5de3527b8fe5965b4cd12f8fba7b9121ba81 (patch)
treedb751c31ad99d4b6585d1020b1fc2f458a9dc4e6 /vim
parentPrefer case to globbed if (diff)
downloaddotfiles-240b5de3527b8fe5965b4cd12f8fba7b9121ba81.tar.gz
dotfiles-240b5de3527b8fe5965b4cd12f8fba7b9121ba81.zip
Compatibility
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8d35ad15..ff4bbb5c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -74,7 +74,9 @@ endif
" Formatting
set expandtab
-set formatoptions=croqan1j
+set formatoptions=croqn1
+silent! set formatoptions+=a
+silent! set formatoptions+=j
set smarttab
set nojoinspaces
set shiftround