Re: [Vim-latex-devel] \cite{<F9> completion does not work
Brought to you by:
srinathava,
tmaas
From: Simon Q. <sim...@gm...> - 2010-01-27 17:40:27
|
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 ? Thanks, Simon On 2010/01/27 16:57,Thomas Ibbotson <tho...@gm...> wrote: > 2010/1/27 Simon Quittek <sim...@gm...>: >> The latexsuite package seems to be an old version, is there a PPA in ubuntu >> which provides more recent versions via apt? >> >> Thank in advance! >> Simon > I don't know of a PPA version I'm afraid, but installing the latest > svn version is fairly straightforward. The following two commands run > in a terminal will install subversion on your system and then download > the latest development version of vim-latex to a folder of the same > name: > > sudo apt-get install subversion > > svn co https://vim-latex.svn.sourceforge.net/svnroot/vim-latex/trunk vim-latex > > Then copy the contents of the 'vimfiles' folder to your ~/.vim folder. > > If you still have the same problem after doing this let us know and we > can look into it. > > Thanks, > Tom |