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.
> 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.
> An alternative solution would be to keep line 28 as it is and remove
> most if not all of the other occurrences of fnameescape(). I think
> it's better practice, though, to not escape a file name until it's
> given to the OS.
I believe everywhere else I only used fnameescape once at the beginning
of a file or function, but I did not want to mess with that many lines
today.
Regards
Till
|