Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jul 6, 2021
1 parent 12bf9c4 commit b1b40e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vertico-crm.el
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ See `completing-read-multiple' for the arguments."
(defun vertico-crm-select ()
"Select/deselect current candidate."
(interactive)
;; TODO support selecting the prompt if a match is not required
(when (>= vertico--index 0)
(let ((cand (vertico--candidate)))
(when (> vertico--total 1)
Expand Down

0 comments on commit b1b40e7

Please sign in to comment.