Re: [Vim-latex-devel] bug report
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-05-24 14:58:35
|
On Sat, May 24, 2003 at 12:58:51AM +0530, Animesh N Nerurkar wrote: > hi sri, > bug report: > if you have three files, in the same folder, called: > 1) myfile.tex > 2) myfile.ltx > 3) myfile.latex > and i'm using VLS to edit, compile and view "myfile.ltx" or > "myfile.latex", VLS goes and picks up and compiles myfile.tex instead. > you might want to look into this. 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. m. ps. Could you wrap lines? |