hamster-applet r426 - trunk/tools



Author: tbaugis
Date: Thu Aug 21 11:34:48 2008
New Revision: 426
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=426&view=rev

Log:
changed default editor from vim to nano. I mean, people... vim?! :)

Modified:
   trunk/tools/cicl

Modified: trunk/tools/cicl
==============================================================================
--- trunk/tools/cicl	(original)
+++ trunk/tools/cicl	Thu Aug 21 11:34:48 2008
@@ -59,7 +59,7 @@
 
 # debian and ubuntu system do not set the EDITOR environment variable
 if [ -z $EDITOR ]; then
-  EDITOR="vim"
+  EDITOR="nano"
 fi
 
 ##############



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]