.vimrc: Clean up spaces, 5 -> 4

This commit is contained in:
Alan Orth 2013-01-24 12:16:38 +03:00
parent 7fa625c2d8
commit f7d7e7dad4
1 changed files with 3 additions and 3 deletions

6
.vimrc
View File

@ -9,7 +9,7 @@ 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
filetype on " enable file type detection
filetype plugin on " enable file type plugins
filetype indent on " enable file type indents
endif