.vimrc: Remove version test

Vim 6?  WTF?

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-10-11 19:25:05 +03:00
parent cc08a87d6a
commit 9dd5a52bd1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 5 deletions

8
.vimrc
View File

@ -8,11 +8,9 @@ set paste
set wildmode=longest,list " change filename autocomplete to be more like bash
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg
syntax on
if version >= 600
filetype on " enable file type detection
filetype plugin on " enable file type plugins
filetype indent on " enable file type indents
endif
filetype on " enable file type detection
filetype plugin on " enable file type plugins
filetype indent on " enable file type indents
let g:solarized_termtrans=1
colorscheme solarized