Skip to content

Commit

Permalink
* ivy.el (ivy-completing-read): Revert PR #2367.
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed May 18, 2024
1 parent 738da36 commit 9180550
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ivy.el
Original file line number Diff line number Diff line change
Expand Up @@ -2536,8 +2536,7 @@ INHERIT-INPUT-METHOD is currently ignored."
(let ((str (ivy-read
prompt collection
:predicate predicate
:require-match (when (and collection require-match)
require-match)
:require-match (and collection require-match)
:initial-input (cond ((consp initial-input)
(car initial-input))
((and (stringp initial-input)
Expand Down

0 comments on commit 9180550

Please sign in to comment.