From 2771a96c4852d80a4d4e5ba478942df283c4f2db Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 5 Mar 2012 14:11:39 -0500 Subject: [PATCH] getting editors right... --- scripts/core/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1