Re: [Vim-latex-devel] bug report
Brought to you by:
srinathava,
tmaas
From: Animesh N N. <an...@gm...> - 2003-05-28 18:05:42
|
Hi Mikolaj, On Wednesday 28 May 2003 15:57, Mikolaj Machowski wrote: > > > 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? conditions: myfile.tex, myfile.ltx, myfile.latex all exist in same folder at same time; 1) with ":r", compile.vim does not see the .ltx and .latex files 2) without ":r", compile.vim does not see .tex file. regards animesh -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Single word spelling check using ispell LOST #397 #!/bin/sh if ! [ $1 ]; then echo "Usage: chk-spl [word]"; exit; fi echo $1 > /tmp/chk-spl.$$; ispell /tmp/chk-spl.$$ rm -f /tmp/chk-spl.$$; exit ####<bish (at) nde.vsnl.net.in>#################################### : |