mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-05-26 02:08:46 +08:00
Remove blank lines
This commit is contained in:
@@ -45,7 +45,6 @@ endfunction
|
|||||||
|
|
||||||
function! s:LoadDefaultSyntax(group, type)
|
function! s:LoadDefaultSyntax(group, type)
|
||||||
unlet! b:current_syntax
|
unlet! b:current_syntax
|
||||||
|
|
||||||
let syntaxPaths = ['$VIMRUNTIME', '$VIM/vimfiles', '$HOME/.vim']
|
let syntaxPaths = ['$VIMRUNTIME', '$VIM/vimfiles', '$HOME/.vim']
|
||||||
for path in syntaxPaths
|
for path in syntaxPaths
|
||||||
let file = expand(path).'/syntax/'.a:type.'.vim'
|
let file = expand(path).'/syntax/'.a:type.'.vim'
|
||||||
@@ -57,7 +56,6 @@ endfunction
|
|||||||
|
|
||||||
function! s:LoadFullSyntax(group, type)
|
function! s:LoadFullSyntax(group, type)
|
||||||
call s:SetCurrentSyntax(a:type)
|
call s:SetCurrentSyntax(a:type)
|
||||||
|
|
||||||
execute 'syntax include '.a:group.' syntax/'.a:type.'.vim'
|
execute 'syntax include '.a:group.' syntax/'.a:type.'.vim'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user