getting editors right...
authorChris Koeritz <fred@gruntose.com>
Mon, 5 Mar 2012 19:11:39 +0000 (14:11 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 5 Mar 2012 19:11:39 +0000 (14:11 -0500)
scripts/core/variables.sh

index bce2001ac4f3cb74dbcfe8e1368c85f2768f2e18..c979f320e16da2ce2f36d1226565544510a22af0 100644 (file)
@@ -121,7 +121,7 @@ if [ -z "$NECHUNG" ]; then
   
   # set the editor for subversion if it hasn't already been set.
   if [ -z "$SVN_EDITOR" ]; then
-    export SVN_EDITOR=$(which vi)
+    export SVN_EDITOR=$(which gvim)
   fi
   
   # initializes the feisty meow build variables, if possible.