From 5be23252220f64ec98210381107dadb8a5722b2e Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Wed, 14 Apr 2021 11:44:14 +0800 Subject: [PATCH] Fix Vim built-in javascript indent --- indent/vue.vim | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/indent/vue.vim b/indent/vue.vim index 90bab26..9a61ba8 100644 --- a/indent/vue.vim +++ b/indent/vue.vim @@ -15,10 +15,8 @@ function! s:Init() """ Variables let s:indent = {} let s:block_tag = '<\/\?'.join(keys(s:config_syntax), '\|') - " Let