I broke up with neovim....vim is my best friend now
This commit is contained in:
11
dot_vim/plugged/vimtex/test/test-syntax/test-latex3.vim
Normal file
11
dot_vim/plugged/vimtex/test/test-syntax/test-latex3.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
source common.vim
|
||||
|
||||
silent edit test-latex3.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
call assert_true(vimtex#syntax#in('texE3Zone', 7, 2))
|
||||
call assert_true(vimtex#syntax#in('texE3Func', 7, 2))
|
||||
call assert_true(vimtex#syntax#in('texE3Var', 7, 15))
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user