[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.285-101-g0776628

James Vega jamessan at debian.org
Mon Jun 16 18:58:04 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 07766284b303618c8da184f1292ceecdd287d970
Author: James Vega <jamessan at debian.org>
Date:   Mon Jun 16 14:35:26 2008 -0400

    Escape the filename argument to the "Split File Explorer" menu entry.
    
    Based on a patch by Teemu Likonen.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/menu.vim b/runtime/menu.vim
index 0d2460b..9a150f5 100644
--- a/runtime/menu.vim
+++ b/runtime/menu.vim
@@ -812,7 +812,7 @@ if has("vertsplit")
       if @% == ""
 	20vsp .
       else
-	exe "20vsp " . expand("%:p:h")
+	exe "20vsp " . s:FnameEscape(expand("%:p:h"))
       endif
     endfun
   endif

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list