I broke up with neovim....vim is my best friend now
This commit is contained in:
8
dot_vim/plugged/vimtex/test/test-syntax/test-loading.vim
Normal file
8
dot_vim/plugged/vimtex/test/test-syntax/test-loading.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
source common.vim
|
||||
|
||||
silent edit test-loading.tex
|
||||
|
||||
call assert_true(index(keys(b:vimtex_syntax), 'glossaries') >= 0)
|
||||
call assert_true(index(keys(b:vimtex_syntax), 'amsmath') >= 0)
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user