2016-04-10 17:17:16 -04:00
|
|
|
Execute (FIXME Assert b:vimtex.tex = latexmain.tex):
|
2016-04-10 17:13:20 -04:00
|
|
|
call system('touch latexmain.tex')
|
|
|
|
call system('touch latexmain.tex.latexmain')
|
2016-04-10 16:03:14 -04:00
|
|
|
new test.tex
|
2016-04-10 17:13:20 -04:00
|
|
|
AssertEqual 'latexmain.tex', fnamemodify(b:vimtex.tex, ':t')
|
|
|
|
bdelete!
|
|
|
|
call system('rm latexmain.tex*')
|
2016-04-10 16:03:14 -04:00
|
|
|
|