Browse Source

Remove `set nocompatible` (Fixes #11)

Junegunn Choi 12 năm trước cách đây
mục cha
commit
0df48bbb4d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)