r957 - in /trunk/packages/vim/debian: changelog gvim.desktop

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Tue Jun 19 12:23:54 UTC 2007


Author: jamessan
Date: Tue Jun 19 12:23:53 2007
New Revision: 957

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=957
Log:
Use %F instead of %U for gvim.desktop so users can properly open non-basic filenames.  (#406586)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/debian/gvim.desktop

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=957&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Tue Jun 19 12:23:53 2007
@@ -13,6 +13,8 @@
     when a relative path is given to :syn-include.  (Closes: #395517)
   * Add Makefile_no-strip.diff, which removes the calls to strip in upstream's
     makefile.  We'll handle that in debian/rules.
+  * gvim.desktop should be using %F instead of %U to specify the filename.
+    (Closes: #406586)
 
   [ Stefano Zacchiroli ]
   * Add javac_cmdline-vim.diff, which fixes the invocation of the javac
@@ -27,7 +29,7 @@
     - added build deps on docbook stuff to build the policy (note that this
       includes lynx, due to #387035)
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 18 Jun 2007 12:25:55 +0100
+ -- James Vega <jamessan at debian.org>  Tue, 19 Jun 2007 13:17:25 +0100
 
 vim (1:7.1-000+1) unstable; urgency=low
 

Modified: trunk/packages/vim/debian/gvim.desktop
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/gvim.desktop?rev=957&op=diff
==============================================================================
--- trunk/packages/vim/debian/gvim.desktop (original)
+++ trunk/packages/vim/debian/gvim.desktop Tue Jun 19 12:23:53 2007
@@ -69,7 +69,7 @@
 Comment[wa]=Asspougnî des fitchîs tecses
 Comment[zh_CN]=编辑文本文件
 Comment[zh_TW]=編輯文字檔
-Exec=gvim -f %U
+Exec=gvim -f %F
 Terminal=false
 Type=Application
 Icon=/usr/share/pixmaps/vim.svg




More information about the pkg-vim-maintainers mailing list