[SCM] Vim packaging branch, maint/lenny, updated. debian/7.1.314-3-51-g209709e

James Vega jamessan at debian.org
Sun Oct 12 06:28:59 UTC 2008


The following commit has been merged in the maint/lenny branch:
commit a659589b326328885b9220cf6d68ad0fe63742bc
Author: James Vega <jamessan at debian.org>
Date:   Wed Oct 8 22:42:04 2008 -0400

    Update filename escaping for editexisting plugin
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/macros/editexisting.vim b/runtime/macros/editexisting.vim
index fb6b919..efd3268 100644
--- a/runtime/macros/editexisting.vim
+++ b/runtime/macros/editexisting.vim
@@ -103,7 +103,7 @@ func! EditExisting(fname, command)
   if winnr > 0
     exe winnr . "wincmd w"
   else
-    exe "split " . escape(a:fname, ' #%"|')
+    exe "split " . fnameescape(a:fname)
   endif
 
   if a:command != ''

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list