I broke up with neovim....vim is my best friend now
This commit is contained in:
21
dot_vim/plugged/vimtex/test/test-syntax/test-minted.vim
Normal file
21
dot_vim/plugged/vimtex/test/test-syntax/test-minted.vim
Normal file
@@ -0,0 +1,21 @@
|
||||
source common.vim
|
||||
|
||||
silent edit test-minted.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
" Minted inside \paragraphs (#1537)
|
||||
call assert_true(vimtex#syntax#in('javaScopeDecl', 72, 3))
|
||||
|
||||
" Newminted on unrecognized languages (#1616)
|
||||
call assert_true(vimtex#syntax#in('texMintedZoneLog', 112, 1))
|
||||
call assert_true(vimtex#syntax#in('texMintedZoneShellsession', 116, 1))
|
||||
|
||||
" " Doing :e should not destroy nested syntax and similar
|
||||
" call assert_true(vimtex#syntax#in('pythonFunction', 38, 5))
|
||||
" edit
|
||||
" call assert_true(vimtex#syntax#in('pythonFunction', 38, 5))
|
||||
|
||||
call assert_true(vimtex#syntax#in('texMintedZoneJson', 121, 1))
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user