I broke up with neovim....vim is my best friend now
This commit is contained in:
15
dot_vim/plugged/vimtex/test/test-metadata/test-sources.vim
Normal file
15
dot_vim/plugged/vimtex/test/test-metadata/test-sources.vim
Normal file
@@ -0,0 +1,15 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
silent edit test-sources/main.tex
|
||||
|
||||
call assert_equal([
|
||||
\ 'main.tex',
|
||||
\ 'include1.tex',
|
||||
\ 'sub1/include2.tex',
|
||||
\ 'sub2/include3.tex',
|
||||
\ 'subfile.tex',
|
||||
\], b:vimtex.get_sources())
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user