Re: [Vim-latex-devel] F9 doesn't work
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-07-08 09:13:08
|
On Mon, Jul 07, 2003 at 11:42:49AM -0700, Srinath Avadhanula wrote: > On Mon, 7 Jul 2003, Mikolaj Machowski wrote: > > On Sun, Jul 06, 2003 at 12:18:34PM -0700, Srinath Avadhanula wrote: > > > > On Sun, 6 Jul 2003, Mikolaj Machowski wrote: > > > > > I updated my lS with CVS and <F9> doesn't work. Is this only for me or > > > > > just something changed recently (settings in texrc?) > > > Okay, I found that <F9> completion for files didn't work as before... It > > > just opened up an empty window... Is this what you were noticing? > > > Set g:Tex_Debug=1 in your ~/.vim/ftplugin/tex.vim. Retry and tell me > what > :call Tex_PrintDebug('view') s:type = cite, typeoption = +Tex_c_window_setup +UpdateViewerWindow UpdateViewerWindow: got error E32, no matches found, quitting not in quickfix window, quitting > :call Tex_PrintDebug('bib') calling Tex_GrepForBibItems searching for bibkeys in ch0.tex (buffer #1) Ah. My fault. I forgot about one thing \bibliography{} command. But still: \bibliography{file} inserted in current dir. file.bib exists and zsh returns: zsh: no matches found: @.*{ Also prefixes doesn't work. m. |