Skip to content

Commit

Permalink
make vimrc compatible with vim 7.2 again
Browse files Browse the repository at this point in the history
  • Loading branch information
marty committed Sep 22, 2010
1 parent d6f9a30 commit 3cc6832
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions vimrc
Expand Up @@ -185,11 +185,13 @@ function! s:Median(nums)
endif
endfunction

"undo settings
set undodir=~/.vim/undofiles
set undofile
if v:version >= 703
"undo settings
set undodir=~/.vim/undofiles
set undofile

set colorcolumn=+1
set colorcolumn=+1
endif

"indent settings
set shiftwidth=4
Expand Down

0 comments on commit 3cc6832

Please sign in to comment.