I have been using the most recent download version from the website
latexSuite20060325.
I think it is great - but had some problems with completion. I like to
use taglist, to navigate sections, labels etc. as in this tip:
http://vim.wikia.com/wiki/VimTip453
However, I found that F9 completions for citations and references were
failing, as vim-latex was trying to insert them into the taglist
window instead of the document window.
This was fixed by adding the line:
exe s:winnum.' wincmd w'
as the first line of the function Tex_CompleteWord in texviewer.vim
(which was for me line 216).
I am not sure if vim-latex is actively developed any more (which is a
shame) but if it is perhaps this change can be added to the official
repository.
Robin
|