Эх сурвалжийг харах

`syntax enable` instead of `syntax on`

Junegunn Choi 11 жил өмнө
parent
commit
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)