diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-22 14:28:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-22 14:28:13 -0400 |
commit | e23d6af007becc38adb415f94981e8b36daa6fa3 (patch) | |
tree | 3ba0d869c4e479b0e935a552b84cddc0d2093f66 /standalone | |
parent | 5552ce8d44f4ebc8197c9adee862e292e3e9a8f1 (diff) |
enable vi
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/busybox_config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/standalone/android/busybox_config b/standalone/android/busybox_config index a3cf59269..8ae7b29d9 100644 --- a/standalone/android/busybox_config +++ b/standalone/android/busybox_config @@ -349,19 +349,19 @@ CONFIG_WHICH=y # Editors # CONFIG_PATCH=y -# CONFIG_VI is not set +CONFIG_VI=y CONFIG_FEATURE_VI_MAX_LEN=0 # CONFIG_FEATURE_VI_8BIT is not set # CONFIG_FEATURE_VI_COLON is not set # CONFIG_FEATURE_VI_YANKMARK is not set -# CONFIG_FEATURE_VI_SEARCH is not set -# CONFIG_FEATURE_VI_REGEX_SEARCH is not set -# CONFIG_FEATURE_VI_USE_SIGNALS is not set +CONFIG_FEATURE_VI_SEARCH=y +CONFIG_FEATURE_VI_REGEX_SEARCH=y +CONFIG_FEATURE_VI_USE_SIGNALS=y # CONFIG_FEATURE_VI_DOT_CMD is not set # CONFIG_FEATURE_VI_READONLY is not set # CONFIG_FEATURE_VI_SETOPTS is not set # CONFIG_FEATURE_VI_SET is not set -# CONFIG_FEATURE_VI_WIN_RESIZE is not set +CONFIG_FEATURE_VI_WIN_RESIZE=y # CONFIG_FEATURE_VI_ASK_TERMINAL is not set # CONFIG_FEATURE_VI_OPTIMIZE_CURSOR is not set # CONFIG_AWK is not set @@ -371,7 +371,7 @@ CONFIG_DIFF=y # CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set CONFIG_FEATURE_DIFF_DIR=y # CONFIG_ED is not set -# CONFIG_SED is not set +CONFIG_SED=y # CONFIG_FEATURE_ALLOW_EXEC is not set # |