vimrc: comment out 'nocompatible'
This commit is contained in:
parent
c91bc341ca
commit
ef6fc7458a
@ -1,5 +1,7 @@
|
||||
" try not to put any lines in your vimrc that you don't understand :)
|
||||
set nocompatible
|
||||
|
||||
" not necessary, as vim will turn this on by default, when .vimrc is found
|
||||
" set nocompatible
|
||||
|
||||
filetype off "required
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user