Re: [Vim-latex-devel] F9 doesn't work
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-07-09 08:28:09
|
On Tue, Jul 08, 2003 at 09:32:27AM -0700, Srinath Avadhanula wrote: > > 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: @.*{ > > > Aha! This is the problem. It looks like 'zsh' expands @.*{ when you > issue > grep @.*{ *.vim > from the comand line whereas 'bash' passes it directly to grep... > Try applying the patch below to texviewer.vim... Everything works OK. Thanks. m. |