summaryrefslogtreecommitdiffstats
path: root/source/a/pkgtools/scripts/setup.vi-ex
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/pkgtools/scripts/setup.vi-ex')
-rw-r--r--source/a/pkgtools/scripts/setup.vi-ex6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/a/pkgtools/scripts/setup.vi-ex b/source/a/pkgtools/scripts/setup.vi-ex
index f79ad91ee..677a332e8 100644
--- a/source/a/pkgtools/scripts/setup.vi-ex
+++ b/source/a/pkgtools/scripts/setup.vi-ex
@@ -3,11 +3,11 @@
T_PX=$1
TMP=/var/log/setup/tmp
rm -f $TMP/exvitype
-dialog --title "CHOOSE DEFAULT EX/VI EDITOR" --default-item "nvi" --menu \
+dialog --title "CHOOSE DEFAULT EX/VI EDITOR" --default-item "vim" --menu \
"This part of the configuration \
process will create ex and vi symlinks in /usr/bin pointing to your default \
-ex/vi editors. On a fresh installation, these will point to nvi by default, \
-as it is lightweight and supports UTF8. You may choose a different default \
+ex/vi editors. On a fresh installation, these will point to vim by default \
+as it is the de facto standard. You may choose a different default \
if you prefer, but please note that elvis does not support UTF8." 14 76 3 \
"elvis" "Slackware's traditional ex/vi, no UTF8 support" \
"nvi" "Classic BSD ex/vi, supports UTF8" \