From 8d75429260e32072f4a68cd6ba4473a48f6fb4e8 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Tue, 31 Jan 2023 15:31:52 +0800 Subject: [PATCH] Fix syntax lost issue when using netrw :Vexplore --- syntax/vue.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/syntax/vue.vim b/syntax/vue.vim index 273d289..79f214a 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -226,5 +226,3 @@ if s:timer else call VimVuePluginSyntaxMain() endif - -call s:SetCurrentSyntax()