瀏覽代碼

`syntax enable` instead of `syntax on`

Junegunn Choi 11 年之前
父節點
當前提交
adb2413f0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

@@ -197,7 +197,7 @@ function! plug#end()
   endfor
   call s:reorg_rtp()
   filetype plugin indent on
-  syntax on
+  syntax enable
 endfunction
 
 function! s:trim(str)