-
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support minibuffer-history-variable being disabled
Emacs 28 minibuffer history can be disabled with a value of t. * ivy.el (ivy--update-history, ivy-reverse-i-search-kill): Leave history variable alone if it is t. (ivy--label-and-delete-dups): Avoid unnecessarily creating a hash table for zero entries. (ivy--reverse-i-search-symbol): Rename... (ivy--reverse-i-search-history): ...to this more accurate name. All uses changed. (ivy-history-contents): Return nil if history variable is t. Ensure ivy--reverse-i-search-history is set to a valid value. Fixes #2923.
- Loading branch information
1 parent
764e0d3
commit 7489968
Showing
1 changed file
with
34 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters