mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-01-23 19:42:01 +08:00
Optimize code
This commit is contained in:
@@ -44,7 +44,7 @@ function! s:LoadSyntax(group, type)
|
||||
endfunction
|
||||
|
||||
function! s:LoadDefaultSyntax(group, type)
|
||||
call s:SetCurrentSyntax(a:type)
|
||||
unlet! b:current_syntax
|
||||
|
||||
let syntaxPaths = ['$VIMRUNTIME', '$VIM/vimfiles', '$HOME/.vim']
|
||||
for path in syntaxPaths
|
||||
|
||||
Reference in New Issue
Block a user