9 lines
114 B
VimL
9 lines
114 B
VimL
source common.vim
|
|
|
|
silent edit test-sagetex.tex
|
|
|
|
if empty($INMAKE) | finish | endif
|
|
|
|
|
|
call vimtex#test#finished()
|