Re: [Vim-latex-devel] wish list
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-02-04 00:12:10
|
Hi, On 2/2/06, Javier Rojas <jer...@gm...> wrote: > > The thing is an autoclean feature; when you close the tex file, vim shoul= d > delete the whole bunch of auxiliar files (.toc, .log, .out, etc) created > during work. I've tried with autocommands with no success to achieve this= . > This will not be too hard to do. I'd be willing to put it into Vim-Latex if someone could write something up. It would involve catching the VimLeave autocommand and using the Tex_GetMainFileName() function. I am thinking that it will be annoying if it happens on the BufLeave autocommand because that happens every time you open a new file... Srinath |