Selaa lähdekoodia

Remove `set nocompatible` (Fixes #11)

Junegunn Choi 12 vuotta sitten
vanhempi
sitoutus
0df48bbb4d
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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)