Re: [Vim-latex-devel] bug report
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-05-28 11:11:34
|
On Mon, May 26, 2003 at 01:14:40AM +0530, Animesh N Nerurkar wrote: > Hi Mikolaj, > On Saturday 24 May 2003 19:42, Mikolaj Machowski wrote: > > I see. lS calls latex with: latex file [without extension and default > > extension is .tex] > > > > find this section in compiler.vim > > > > " otherwise, if a *.latexmain file is found, then use that file > > to " construct a main file. > > if mainfname == '' > > let mainfname = expand("%:t:r") > > endif > > exec 'make '.mainfname > > > > And remove :r. > <sigh> > now, after removing the ":r" it won't look at myfile.tex :( > how do i get this script to look at all of these files without my having to > add/remove that ":r" every time. -we need a permanent fix for this. Look when? m. |