Remove set nocompatible
(Fixes #11)
This commit is contained in:
parent
8fd974b091
commit
0df48bbb4d
1 changed files with 0 additions and 1 deletions
1
plug.vim
1
plug.vim
|
@ -96,7 +96,6 @@ function! plug#end()
|
|||
let keys = keys(s:extend(keys))
|
||||
endwhile
|
||||
|
||||
set nocompatible
|
||||
filetype off
|
||||
for plug in values(g:plugs)
|
||||
let rtp = s:rtp(plug)
|
||||
|
|
Loading…
Reference in a new issue