mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f23264b35f
commit
fe0dc34746
@ -114,7 +114,7 @@ config FEATURE_EDITING_SAVE_ON_EXIT
|
|||||||
config FEATURE_REVERSE_SEARCH
|
config FEATURE_REVERSE_SEARCH
|
||||||
bool "Reverse history search"
|
bool "Reverse history search"
|
||||||
default y
|
default y
|
||||||
depends on FEATURE_EDITING_SAVEHISTORY
|
depends on FEATURE_EDITING
|
||||||
help
|
help
|
||||||
Enable readline-like Ctrl-R combination for reverse history search.
|
Enable readline-like Ctrl-R combination for reverse history search.
|
||||||
Increases code by about 0.5k.
|
Increases code by about 0.5k.
|
||||||
|
Loading…
Reference in New Issue
Block a user