Skip to content

Commit 0215df5

Browse files
committed
fix: minor regression
1 parent 8f2bcf3 commit 0215df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vimtex/syntax/core.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ function! vimtex#syntax#core#init_options() abort " {{{1
812812
" Enable syntax foldlevel, but since it was introduced in Vim patch 8.2.0865
813813
" we must protect users with older Vim versions.
814814
try
815-
syntax xxfoldlevel start
815+
syntax foldlevel start
816816
catch /E410:/
817817
endtry
818818
endfunction

0 commit comments

Comments
 (0)