r112 - trunk/vim/debian

Norbert Tretkowski nobse@costa.debian.org
Sat, 26 Mar 2005 09:22:20 +0000


Author: nobse
Date: 2005-03-26 09:22:19 +0000 (Sat, 26 Mar 2005)
New Revision: 112

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/kvim.mime
Log:
fixed wrong executable for kvim mimetype


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-24 22:03:09 UTC (rev 111)
+++ trunk/vim/debian/changelog	2005-03-26 09:22:19 UTC (rev 112)
@@ -7,6 +7,8 @@
 
   * Norbert Tretkowski <nobse@debian.org>:
     + Added James Vega <jamessan@jamessan.com> to uploaders.
+    + Fixed wrong executable registration in /usr/lib/mime/packages/kvim,
+      thanks to Robin Verduijn for the patch. (closes: #295471)
     + Removed vim-doc's dependency on vim, so it's possible to install vim-doc
       without also installing vim.
 

Modified: trunk/vim/debian/kvim.mime
===================================================================
--- trunk/vim/debian/kvim.mime	2005-03-24 22:03:09 UTC (rev 111)
+++ trunk/vim/debian/kvim.mime	2005-03-26 09:22:19 UTC (rev 112)
@@ -1,2 +1,2 @@
-text/plain; kview %s; edit=kvim -f %s; compose=kvim -f %s; test=test "$DISPLAY" != ""; priority=4
-text/*; kview %s; edit=kvim -f %s; compose=kvim -f %s; test=test "$DISPLAY" != "" ; priority=2
+text/plain; kvim %s; edit=kvim -f %s; compose=kvim -f %s; test=test "$DISPLAY" != ""; priority=4
+text/*; kvim %s; edit=kvim -f %s; compose=kvim -f %s; test=test "$DISPLAY" != "" ; priority=2