Re: [Vim-latex-devel] bug report
Brought to you by:
srinathava,
tmaas
From: Animesh N N. <an...@gm...> - 2003-05-25 19:44:48
|
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. ciao animesh -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : awk tips [#9] LOST #469 # Print all lines whose first field (column) is different from # the previous one: $ awk '$1 != prev { print; prev = $1 }' textfile ####[banduji (at) symonds.net]################################ : |