This commit is contained in:
leafOfTree
2019-09-25 14:24:27 +08:00
parent 26459d2c84
commit 4b0e807db4

View File

@@ -90,7 +90,7 @@ function! GetVueFold(lnum)
endfunction
function! s:IndentLevel(lnum)
" Add 1 to indentLevel, so start/end tags' can fold properly
" Add 1 to indentLevel, so start/end tags can fold properly
return indent(a:lnum) / &shiftwidth + 1
endfunction