From 255472b126960ec2f133ca65049975a10b527e83 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Tue, 13 Apr 2021 15:53:48 +0800 Subject: [PATCH] Comment out syn sync fromstart for now --- syntax/vue.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/vue.vim b/syntax/vue.vim index 2f95fde..0ff5660 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -162,7 +162,7 @@ function! VimVuePluginSyntaxMain(...) let syntax_list = vue#GetSyntaxList(s:config_syntax) call s:LoadSyntaxList(syntax_list) call s:SetBlockSyntax(s:config_syntax) - call s:SetSyntaxSync() + " call s:SetSyntaxSync() call s:SetIsKeyword() call s:HighlightVueTag() endfunction