[Mud-builder-commits] r341 - in trunk/packages/vim.pkg: . extras

jaffa at garage.maemo.org jaffa at garage.maemo.org
Fri Jan 1 13:48:01 EET 2010


Author: jaffa
Date: 2010-01-01 13:47:59 +0200 (Fri, 01 Jan 2010)
New Revision: 341

Added:
   trunk/packages/vim.pkg/extras/vimrc
Modified:
   trunk/packages/vim.pkg/extras.xml
   trunk/packages/vim.pkg/mud.xml
Log:
Add central vimrc to improve user experience (cursor keys etc), provided by hopbeat

Added: trunk/packages/vim.pkg/extras/vimrc
===================================================================
--- trunk/packages/vim.pkg/extras/vimrc	                        (rev 0)
+++ trunk/packages/vim.pkg/extras/vimrc	2010-01-01 11:47:59 UTC (rev 341)
@@ -0,0 +1,4 @@
+set nocompatible
+set backspace=2
+set mouse=a
+syntax on

Modified: trunk/packages/vim.pkg/extras.xml
===================================================================
--- trunk/packages/vim.pkg/extras.xml	2009-12-30 13:32:24 UTC (rev 340)
+++ trunk/packages/vim.pkg/extras.xml	2010-01-01 11:47:59 UTC (rev 341)
@@ -2,5 +2,8 @@
   <file name="vim.launch">
     <destination path="/usr/bin/vim.launch"/>
   </file>
+  <file name="vimrc">
+    <destination path="/usr/share/vim/vimrc"/>
+  </file>
 </extras>
 

Modified: trunk/packages/vim.pkg/mud.xml
===================================================================
--- trunk/packages/vim.pkg/mud.xml	2009-12-30 13:32:24 UTC (rev 340)
+++ trunk/packages/vim.pkg/mud.xml	2010-01-01 11:47:59 UTC (rev 341)
@@ -11,14 +11,14 @@
     <configure-append>--disable-darwin --disable-xsmp --disable-netbeans --enable-gui=no --disable-gtktest --disable-gpm --disable-acl --disable-nls --enable-multibyte</configure-append>
   </build>
   <deb optify="1">
-    <version>7.2-0maemo5</version>
+    <version>7.2-0maemo6</version>
     <section>user/utilities</section>
     <upgrade-description>Moved most of the runtime files into the larger /opt partition.</upgrade-description>
     <description>Powerful console text editor
     One of the most powerful text editors in existence, vim is "Vi-Improved".
     .
     This package contains the command line version only, and so should be used
-    inside X Terminal.
+    inside X Terminal; although a launcher icon is provided.
     </description>
   </deb>
 </package>



More information about the Mud-builder-commits mailing list