From: Chris Koeritz Date: Mon, 5 Mar 2012 19:11:39 +0000 (-0500) Subject: getting editors right... X-Git-Tag: 2.140.90~1521 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=2771a96c4852d80a4d4e5ba478942df283c4f2db;p=feisty_meow.git getting editors right... --- diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index bce2001a..c979f320 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -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.