Re: [Vim-latex-devel] :TLook bug report
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-05-29 13:09:28
|
On Wed, May 28, 2003 at 07:10:43PM +0530, Animesh N Nerurkar wrote: > Hi Mikolaj, > On Wednesday 28 May 2003 16:05, Mikolaj Machowski wrote: > > ...Fixed in CVS. I am planning release at 3 June. > > If you want to try go to 265 line of tex/texviewer.vim and > > > > Replace > > if s:type =~ 'cite' > > with > > if exists('s:type') && s:type =~ 'cite' > did the above correction, this was the result: > -------- error msg -------- > Error detected while processing function > <SNR>40_Tex_look..Tex_completion..<SNR> > 40_Tex_c_window_setup..<SNR>40_UpdateViewerWindow: > line 48: > No range allowed: %^Iif s:type =~ 'cite' > Hit ENTER or type command to continue > -------- error msg -------- For me works. Try BETA - http://skawina.eu.org/mikolaj/latexSuite20030529.tar.gz m. |