mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
fix: vue end tag indent error
This commit is contained in:
@@ -105,7 +105,7 @@ function! GetVueIndent()
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if curline =~? s:vue_tag
|
if curline =~? s:vue_tag || curline =~? s:vue_end_tag
|
||||||
call s:LogMsg('current is vue tag')
|
call s:LogMsg('current is vue tag')
|
||||||
let ind = 0
|
let ind = 0
|
||||||
elseif (exists("g:vim_vue_plugin_has_init_indent")
|
elseif (exists("g:vim_vue_plugin_has_init_indent")
|
||||||
|
|||||||
Reference in New Issue
Block a user