[haiku-commits] r36426 - haiku/trunk/src/bin/less

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 23 Apr 2010 09:44:02 +0200 (CEST)

Author: mmadia
Date: 2010-04-23 09:44:02 +0200 (Fri, 23 Apr 2010)
New Revision: 36426
Changeset: http://dev.haiku-os.org/changeset/36426/haiku

Modified:
   haiku/trunk/src/bin/less/defines.h
Log:
Switch the default editor for less to nano. It was defaulting to vi.


Modified: haiku/trunk/src/bin/less/defines.h
===================================================================
--- haiku/trunk/src/bin/less/defines.h  2010-04-22 22:48:33 UTC (rev 36425)
+++ haiku/trunk/src/bin/less/defines.h  2010-04-23 07:44:02 UTC (rev 36426)
@@ -197,7 +197,7 @@
 
 
 /* Define EDIT_PGM to your editor. */
-#define EDIT_PGM "vi"
+#define EDIT_PGM "nano"
 
 /* Define HAVE_CONST if your compiler supports the "const" modifier. */
 #define HAVE_CONST 1


Other related posts:

  • » [haiku-commits] r36426 - haiku/trunk/src/bin/less - mattmadia