commit | f8c75c43eda338a737a739a7359a9d6f6b82592c | [log] [tgz] |
---|---|---|
author | David Lawrence Ramsey <pooka109@gmail.com> | Mon Oct 16 15:02:53 2017 -0500 |
committer | Benno Schulenberg <bensberg@telfort.nl> | Thu Oct 19 21:21:31 2017 +0200 |
tree | b197e461ee9f5e11330821f681dcb99a127c87e1 | |
parent | af20d45bc132c9b9eaa27c3b79dd13a7a7f0a148 [diff] |
search: don't bother saving and restoring the search direction Most people who make use of 'do_findprevious' and 'do_findnext' will not make use of 'do_search' (the default binding of M-W), so for them it is superfluous to remember the state of the Backwards toggle in the Search menu. For the people that do mix the usage of Alt+Up/Down with M-W, it means that M-W will always search in the same direction as the last search. It is a small change in behavior.