Remove set nocompatible (Fixes #11)

This commit is contained in:
Junegunn Choi 2013-11-11 10:27:26 +09:00
parent 8fd974b091
commit 0df48bbb4d

View file

@ -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)