syntax enable instead of syntax on

This commit is contained in:
Junegunn Choi 2014-09-05 12:04:28 +09:00
parent dda21b50bf
commit adb2413f0d

View File

@ -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)