On 2009-09-01, Till Maas wrote:
> On Tue, Sep 01, 2009 at 12:31:44AM -0700, Gary Johnson wrote:
>
> > I just got around to downloading the latest tarball of
> > /trunk/vimfiles from SourceForge, version 1.8.23. main.vim now
>
> Where did you get the version information "1.8.23" from? Afaik there is
> no such version.
I was looking for some way to refer to the particular version I had
installed and discovered this file,
vimfiles/ftplugin/latex-suite/version.vim
which contains this:
" Tex_Version: returns a string which gives the current version number of latex-suite
...
function! Tex_Version()
return "Latex-Suite: version 1.8.23"
endfunction
> > The solution is to remove the call to fnameescape() from line 28.
> > A patch is attached. I hope it's in the right format this time.
>
> Thank you, the patch (from your other mail) is in the right format and
> applied in revision 1069. A new snapshot is on the way to the
> webinterface.
You're welcome, and thank you.
Regards,
Gary
|