updated to correct some misapprehensions about how well gvim would work as an editor for
[feisty_meow.git] / scripts / core / variables.sh
index c979f320e16da2ce2f36d1226565544510a22af0..d71d6a4302c30d4ffded82c7c0e73095a36a7dd7 100644 (file)
@@ -119,11 +119,6 @@ if [ -z "$NECHUNG" ]; then
   # names can be added in your customized scripts.
   export REPOSITORY_LIST="feisty_meow"
   
-  # set the editor for subversion if it hasn't already been set.
-  if [ -z "$SVN_EDITOR" ]; then
-    export SVN_EDITOR=$(which gvim)
-  fi
-  
   # initializes the feisty meow build variables, if possible.
   function initialize_build_variables()
   {