diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-22 15:44:23 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-22 15:44:23 +0000 |
commit | 94e3365b8f8eead46ec0b494ce513b7915fb6c04 (patch) | |
tree | 1d7c8325f6f7625a3f95ee3931931f8894396b67 /scripts/defconfig | |
parent | 88adfcd17863361a827551a572f993e43356eefc (diff) | |
download | busybox-94e3365b8f8eead46ec0b494ce513b7915fb6c04.tar.gz |
perror_nomsg: don't print extra colon
losetup: print name of loop device in error messages
Diffstat (limited to 'scripts/defconfig')
-rw-r--r-- | scripts/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 0550e43e4..3aacaac64 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -305,7 +305,7 @@ CONFIG_ED=y CONFIG_PATCH=y CONFIG_SED=y CONFIG_VI=y -CONFIG_FEATURE_VI_MAX_LEN=1024 +CONFIG_FEATURE_VI_MAX_LEN=4096 CONFIG_FEATURE_VI_COLON=y CONFIG_FEATURE_VI_YANKMARK=y CONFIG_FEATURE_VI_SEARCH=y |