Fix fold level of blank lines in <script>

This commit is contained in:
leafOfTree
2021-09-10 13:20:12 +08:00
parent 8e121ce67d
commit 7f4c259d27

View File

@@ -73,7 +73,7 @@ endfunction
function! s:FoldForSpecialLine(this_line)
if a:this_line =~ s:empty_line
return -1
return '='
elseif a:this_line =~ s:vue_tag_start
return '>1'
elseif a:this_line =~ s:vue_tag_end