remove set nocompatible

It is not needed - see http://vimdoc.sourceforge.net/htmldoc/options.html#'nocompatible'
(or see :help 'cp')
This commit is contained in:
Josh Hartigan 2015-02-16 12:37:39 +00:00 committed by Greg Lazarev
parent 44f678312d
commit e088612438

4
vimrc
View file

@ -1,7 +1,3 @@
" Use Vim settings, rather then Vi settings. This setting must be as early as
" possible, as it has side effects.
set nocompatible
" Leader
let mapleader = " "