23 Feb
2011
23 Feb
'11
11:19 a.m.
On 2011-02-22 Aditya Mahajan
Check the latest dev version of t-vim. https://github.com/adityam/filter/blob/dev/t-vim.tex
Brilliant. Works like a charm. I stumbled over one thing: When set directory=tmp the temporary files are sent to the tmp directory except the md5 hashes of external file code, these are put in the working dir. Example: %%% t.tex %%% \usemodule [vim] \definevimtyping [CON] [ syntax=context, directory=tmp, ] \starttext \typeCONfile {t.tex} \startCON % empty \stopCON \stoptext %%%%%%%%%%%%% Is it possible to convince the context script to remove the temporary stuff when called with the --purgeall option? Thanks for your work. Regards Marco