Skip to content

Commit

Permalink
fix: regression bug after 00ed2f1
Browse files Browse the repository at this point in the history
refer: #2166
  • Loading branch information
lervag committed Sep 11, 2021
1 parent 00ed2f1 commit 9fa2561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/tex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ endif
" was not already done).
augroup vimtex_syntax
autocmd! * <buffer>
autocmd User <buffer> VimtexEventInitPost call vimtex#syntax#core#init_post()
autocmd ColorScheme <buffer> * call vimtex#syntax#core#init_highlights()
autocmd! User VimtexEventInitPost call vimtex#syntax#core#init_post()
augroup END

unlet s:is_loading

0 comments on commit 9fa2561

Please sign in to comment.