We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2bcf3 commit 0215df5Copy full SHA for 0215df5
autoload/vimtex/syntax/core.vim
@@ -812,7 +812,7 @@ function! vimtex#syntax#core#init_options() abort " {{{1
812
" Enable syntax foldlevel, but since it was introduced in Vim patch 8.2.0865
813
" we must protect users with older Vim versions.
814
try
815
- syntax xxfoldlevel start
+ syntax foldlevel start
816
catch /E410:/
817
endtry
818
endfunction
0 commit comments