more config.in entries from Giulio Orsero <giulioo@pobox.com>

with some minor edits by me.
This commit is contained in:
Eric Andersen
2001-11-10 10:43:09 +00:00
parent 7131213460
commit 882cbcdfa1
3 changed files with 64 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ if [ "$CONFIG_VI" = "y" ]; then
bool ' Catch signals' CONFIG_FEATURE_VI_USE_SIGNALS
bool ' Remember previous cmd and "." cmd' CONFIG_FEATURE_VI_DOT_CMD
bool ' Enable -R option and "view" mode' CONFIG_FEATURE_VI_READONLY
bool ' Enable set-able options, ai ic showmatch' CONFIG_FEATURE_VI_SETOPT
bool ' Enable set-able options, ai ic showmatch' CONFIG_FEATURE_VI_SETOPTS
bool ' Support for :set' CONFIG_FEATURE_VI_SET
bool ' Handle window resize' CONFIG_FEATURE_VI_WIN_RESIZE
bool ' Optimize cursor movement' CONFIG_FEATURE_VI_OPTIMIZE_CURSOR