Sfoglia il codice sorgente

Remove `set nocompatible` (Fixes #11)

Junegunn Choi 12 anni fa
parent
commit
0df48bbb4d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      plug.vim

+ 0 - 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)