.vimrc: Clean up spaces, 5 -> 4
This commit is contained in:
6
.vimrc
6
.vimrc
@ -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
|
||||
|
Reference in New Issue
Block a user