Re: [Vim-latex-devel] \cite{<F9> completion does not work
Brought to you by:
srinathava,
tmaas
From: Peter V. <pv...@ge...> - 2011-01-23 13:00:33
|
В Вск, 23/01/2011 в 09:14 -0300, Robson Roberto Souza Peixoto пишет: > On Sun, Jan 23, 2011 at 7:37 AM, Peter Volkov <pv...@ge...> wrote: > > > > Hi. I saw thread with exactly same name and have "fixed" vim-latex suite > > installed here (1.8.23.20101027). Anyway if I write \cite{F9 the window > > to select reference opens but after I select reference and press <enter> > > nothing appears after \cite{. Testcase to reproduce the problem is in > > attachment. Also note: I'm using xelatex and thus I have the following > > customization inside ~/.vimrc: > > > > "vim-latex for xetex! > > let g:Tex_DefaultTargetFormat = 'pdf' > > let g:Tex_ViewRule_pdf='evince' > > let g:Tex_CompileRule_pdf = 'xelatex --interaction=nonstopmode $*' > > map <f2> :w<cr><leader>ll > > let g:Tex_MultipleCompileFormats = 'pdf' > > > > Are you have the 'grep' installed? Sure. $ grep -V GNU grep 2.5.4 > After install, do it. > > " IMPORTANT: grep will sometimes skip displaying the file name if you > " search in a singe file. This will confuse Latex-Suite. Set your grep > " program to always generate a file-name. > set grepprg=grep\ -nH\ $* I've tried to put this into ~/.vimrc but still no luck. BTW, I have VIM 7.3 installed here. -- Peter. |