I broke up with neovim....vim is my best friend now
This commit is contained in:
12
dot_vim/plugged/vimtex/test/test-syntax/test-array.vim
Normal file
12
dot_vim/plugged/vimtex/test/test-syntax/test-array.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
source common.vim
|
||||
|
||||
silent edit test-array.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
call assert_true(vimtex#syntax#in('texTabularCol', 10, 17))
|
||||
call assert_true(vimtex#syntax#in('texTabularCol', 16, 18))
|
||||
call assert_true(vimtex#syntax#in('texTabularMathdelim', 10, 24))
|
||||
call assert_true(vimtex#syntax#in('texTabularCol', 32, 18))
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user