.vimrc: Clean up spaces, 5 -> 4
This commit is contained in:
parent
7fa625c2d8
commit
f7d7e7dad4
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
|
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg
|
||||||
syntax on
|
syntax on
|
||||||
if version >= 600
|
if version >= 600
|
||||||
filetype on " enable file type detection
|
filetype on " enable file type detection
|
||||||
filetype plugin on " enable file type plugins
|
filetype plugin on " enable file type plugins
|
||||||
filetype indent on " enable file type indents
|
filetype indent on " enable file type indents
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user