From 6b103c5f7c8b7332446ed25137556925c01ff91e Mon Sep 17 00:00:00 2001 From: yemai Date: Thu, 23 May 2019 11:51:13 +0800 Subject: [PATCH] fix: remove did_vue_indent --- indent/vue.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indent/vue.vim b/indent/vue.vim index 921bbc5..ae9094e 100644 --- a/indent/vue.vim +++ b/indent/vue.vim @@ -7,7 +7,7 @@ " CREDITS: Inspired by mxw/vim-jsx. " """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -if exists("b:did_vue_indent") +if exists("b:did_indent") finish endif @@ -191,4 +191,3 @@ function! LogMsg(msg) endfunction let b:did_indent = 1 -let b:did_vue_indent = 1