Skip to content

Commit

Permalink
forge-read-open-issue: Require match
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 5, 2024
1 parent 03b48be commit 9f52b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/forge-issue.el
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ can be selected from the start."
(repo (forge-get-repository (or current :tracked)))
(choices (mapcar #'forge--format-topic-choice
(forge--ls-open-issues repo))))
(cdr (assoc (magit-completing-read prompt choices nil nil nil nil default)
(cdr (assoc (magit-completing-read prompt choices nil t nil nil default)
choices))))

;;; Insert
Expand Down

0 comments on commit 9f52b91

Please sign in to comment.