diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
commit | 3e8669f3599c05797b907faac2d2a5fc8827902c (patch) | |
tree | 8a799cfbb3963a1da83b635df90638143b5bd078 /libbb | |
parent | 08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff) | |
download | busybox-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz |
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index 5bf0d2ea2..f5b804ff8 100644 --- a/libbb/Config.in +++ b/libbb/Config.in @@ -62,7 +62,7 @@ config FEATURE_EDITING_VI default n depends on FEATURE_EDITING help - Enable vi-style line editing. In shells, this mode can be + Enable vi-style line editing. In shells, this mode can be turned on and off with "set -o vi" and "set +o vi". config FEATURE_EDITING_HISTORY |