2016-04-12 20:27:42 +02:00
|
|
|
Execute (Assert b:vimtex.tex = latexmain.tex):
|
2016-04-10 23:13:20 +02:00
|
|
|
call system('touch latexmain.tex')
|
|
|
|
call system('touch latexmain.tex.latexmain')
|
2016-04-10 22:03:14 +02:00
|
|
|
new test.tex
|
2016-04-10 23:13:20 +02:00
|
|
|
AssertEqual 'latexmain.tex', fnamemodify(b:vimtex.tex, ':t')
|
|
|
|
bdelete!
|
|
|
|
call system('rm latexmain.tex*')
|
2016-04-10 22:03:14 +02:00
|
|
|
|