fix: vue end tag indent error

This commit is contained in:
yemai
2019-05-17 12:35:29 +08:00
parent 5dc373ca69
commit d6d741c2b4

View File

@@ -105,7 +105,7 @@ function! GetVueIndent()
endif
endif
if curline =~? s:vue_tag
if curline =~? s:vue_tag || curline =~? s:vue_end_tag
call s:LogMsg('current is vue tag')
let ind = 0
elseif (exists("g:vim_vue_plugin_has_init_indent")