I broke up with neovim....vim is my best friend now
This commit is contained in:
10
dot_vim/plugged/vimtex/test/test-syntax/test-chemformula.vim
Normal file
10
dot_vim/plugged/vimtex/test/test-syntax/test-chemformula.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
source common.vim
|
||||
|
||||
silent edit test-chemformula.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
call assert_true(vimtex#syntax#in('texFootnoteArg', 25, 48))
|
||||
call assert_true(!vimtex#syntax#in('texCHText', 25, 48))
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user