From bd7cb41e060c130ff0c01eaf28886c8f2f14f0dc Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Sat, 12 Oct 2019 15:37:16 +0800 Subject: [PATCH] Remove blank lines --- syntax/vue.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/syntax/vue.vim b/syntax/vue.vim index 6057838..0cc8385 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -45,7 +45,6 @@ endfunction function! s:LoadDefaultSyntax(group, type) unlet! b:current_syntax - let syntaxPaths = ['$VIMRUNTIME', '$VIM/vimfiles', '$HOME/.vim'] for path in syntaxPaths let file = expand(path).'/syntax/'.a:type.'.vim' @@ -57,7 +56,6 @@ endfunction function! s:LoadFullSyntax(group, type) call s:SetCurrentSyntax(a:type) - execute 'syntax include '.a:group.' syntax/'.a:type.'.vim' endfunction