Re: [Vim-latex-devel] inputgraphics completion not working
Brought to you by:
srinathava,
tmaas
From: Till M. <ope...@ti...> - 2010-02-17 11:39:27
|
On Wed, Feb 03, 2010 at 12:23:40PM +0100, Simon Quittek wrote: > there were some changes on the completion algorithms recently. > For me, now \inputgraphics[]{} is not working. > Completion in \include{} is still OK. > There is a minimal working example in the attachment. It does not work for me, too. I hope I find the time to debug it soon, but there are also some other projects I have to spend some time with. If you can maybe search for the commit that broke it, it would already help a lot. The easiest way is probably to create a new user, run "svn co https://vim-latex.svn.sourceforge.net/svnroot/vim-latex/trunk/vimfiles ~/.vim" and edit the .vimrc as it is explained in the docs. Then inside the ~/.vim directory, you can switch revisions with "svn up -r 12345" where 12345 is the revision you want to test. Regards Till |