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