Re: [Vim-latex-devel] grep
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-06-01 19:44:43
|
On Tue, 1 Jun 2004, Berta Milan wrote: > On Sun, May 30, 2004 at 02:54:05PM +0200, Berta Milan wrote: > the lower ones after > > :call Tex_PrintDebug('view') > > immediately after <F9> > > <begin of output of :call Tex_PrintDebug('view')> > > s:type = ref, typeoption = > silent! grep! '\\label{' *.tex > +Tex_SetupCWindow > +Tex_SyncPreviewWindow > Tex_SyncPreviewWindow: got error E32, no matches found, quitting > not in quickfix window, quitting > This is strange! In yesterday's email you said that you had the latest version of latex-suite, but this debug message seems to imply that you have a pretty old version. I meant to download the latest developement version, not the latest 1.5 release. When I try this, I see something like: -----------------------%<----------------------- texviewer.vim: Catching LatexSuiteFileType event Tex_Complete: s:type = ref, typeoption = Tex_Complete: calling Tex_GrepHelper +Tex_ScanFileForLabels: grepping in file [b.tex] +Tex_SetupCWindow +Tex_SyncPreviewWindow -----------------------%<----------------------- Please make sure you have the latest version! Srinath |