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-pyluatex.vim
Normal file
11
dot_vim/plugged/vimtex/test/test-syntax/test-pyluatex.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
source common.vim
|
||||
|
||||
silent edit test-pyluatex.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
call assert_true(vimtex#syntax#in('pythonString', 7, 13))
|
||||
call assert_true(vimtex#syntax#in('pythonString', 11, 13))
|
||||
call assert_true(vimtex#syntax#in('pythonString', 15, 13))
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user