Re: [Vim-latex-devel] \cite{<F9> completion does not work
Brought to you by:
srinathava,
tmaas
From: Simon Q. <sim...@gm...> - 2010-01-28 11:38:14
|
Till, thank you for being persistent! When I created a simple file, the bug did not appear and successively I was able to encircle the cause. If anywhere in the file path or file name there is a blank space, typing \cite{<F9> results in vim jumping back to esc mode and the cursor blinking above {. How to reproduce: create a file ~/foo\ bla/testfile.tex or ~/foobla/test\ file.tex and any bibtex file with some content, which is linked in the testfile. Type \cite{<F9> and observe the bug. This bug even appears when a directory with blanks is linked: Somethink like ln -s ~/foo\ bla/ ~/blarg cd blarg/ vi testfile.tex results in the same behaviour. I hope you can reproduce this error... Simon On 2010/01/27 20:01,Till Maas <ope...@ti...> wrote: > On Wed, Jan 27, 2010 at 06:40:14PM +0100, Simon Quittek wrote: >> I got the fresh files and (after a backup using rsync to retain symlinks) >> copied them to ~/.vim/ >> Looks well, same files in same dirs, but the problem still persists. >> >> Any ideas? >> Can I provide any additional information ? > > A minimal example file, that allows to reproduce it, often helps a lot. > > Regards > Till |