aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 10:43:09 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 10:43:09 +0000
commit882cbcdfa1704a3a5b35eda4e05173bae73ffa51 (patch)
tree47ced007614267804157d8d240d5c100f4f4d852 /editors
parent713121346059feadedf61b0e161173657ade6ea8 (diff)
downloadbusybox-w32-882cbcdfa1704a3a5b35eda4e05173bae73ffa51.tar.gz
busybox-w32-882cbcdfa1704a3a5b35eda4e05173bae73ffa51.tar.bz2
busybox-w32-882cbcdfa1704a3a5b35eda4e05173bae73ffa51.zip
more config.in entries from Giulio Orsero <giulioo@pobox.com>
with some minor edits by me.
Diffstat (limited to 'editors')
-rw-r--r--editors/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/config.in b/editors/config.in
index 81d907b0c..2d0bb3782 100644
--- a/editors/config.in
+++ b/editors/config.in
@@ -15,7 +15,7 @@ if [ "$CONFIG_VI" = "y" ]; then
15 bool ' Catch signals' CONFIG_FEATURE_VI_USE_SIGNALS 15 bool ' Catch signals' CONFIG_FEATURE_VI_USE_SIGNALS
16 bool ' Remember previous cmd and "." cmd' CONFIG_FEATURE_VI_DOT_CMD 16 bool ' Remember previous cmd and "." cmd' CONFIG_FEATURE_VI_DOT_CMD
17 bool ' Enable -R option and "view" mode' CONFIG_FEATURE_VI_READONLY 17 bool ' Enable -R option and "view" mode' CONFIG_FEATURE_VI_READONLY
18 bool ' Enable set-able options, ai ic showmatch' CONFIG_FEATURE_VI_SETOPT 18 bool ' Enable set-able options, ai ic showmatch' CONFIG_FEATURE_VI_SETOPTS
19 bool ' Support for :set' CONFIG_FEATURE_VI_SET 19 bool ' Support for :set' CONFIG_FEATURE_VI_SET
20 bool ' Handle window resize' CONFIG_FEATURE_VI_WIN_RESIZE 20 bool ' Handle window resize' CONFIG_FEATURE_VI_WIN_RESIZE
21 bool ' Optimize cursor movement' CONFIG_FEATURE_VI_OPTIMIZE_CURSOR 21 bool ' Optimize cursor movement' CONFIG_FEATURE_VI_OPTIMIZE_CURSOR