Explorar el Código

Remove `set nocompatible` (Fixes #11)

Junegunn Choi hace 12 años
padre
commit
0df48bbb4d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)