r313 - trunk/vim/debian

Norbert Tretkowski nobse at costa.debian.org
Wed Sep 21 08:33:59 UTC 2005


Author: nobse
Date: 2005-09-21 08:33:57 +0000 (Wed, 21 Sep 2005)
New Revision: 313

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/vim-variant.desktop
Log:
Exec vim with -f parameter in .desktop file.

Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-09-20 18:46:31 UTC (rev 312)
+++ trunk/vim/debian/changelog	2005-09-21 08:33:57 UTC (rev 313)
@@ -2,6 +2,7 @@
 
   * Norbert Tretkowski <nobse at debian.org>:
     + Updated Standards-Version to 3.6.2 (no changes needed).
+    + Exec vim with -f parameter in .desktop file. (closes: #329292)
 
   * Stefano Zacchiroli <zack at debian.org>:
     + debian/rules: set SHELL=/bin/bash since we use bashisms.
@@ -19,7 +20,7 @@
     + Added patch 203_zh_TW.UTF8.po.diff, which fixes a translation
       error in locale zh_TW.UTF-8. (closes: #319420)
 
- -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Sat, 03 Sep 2005 01:11:09 +0200
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Wed, 21 Sep 2005 10:31:34 +0200
 
 vim (1:6.3-086+1) unstable; urgency=low
 

Modified: trunk/vim/debian/vim-variant.desktop
===================================================================
--- trunk/vim/debian/vim-variant.desktop	2005-09-20 18:46:31 UTC (rev 312)
+++ trunk/vim/debian/vim-variant.desktop	2005-09-21 08:33:57 UTC (rev 313)
@@ -69,7 +69,7 @@
 Comment[wa]=Asspougnî des fitchîs tecses
 Comment[zh_CN]=编辑文本文件
 Comment[zh_TW]=編輯文字檔
-Exec=gvim %U
+Exec=gvim -f %U
 Terminal=false
 Type=Application
 Icon=/usr/share/pixmaps/vim.svg




More information about the pkg-vim-maintainers mailing list