We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109fb7d commit 2e046d1Copy full SHA for 2e046d1
ivy.el
@@ -704,6 +704,7 @@ Turning on Ivy mode will set `completing-read-function' to
704
(defun ivy--preselect-index (candidates initial-input preselect)
705
"Return the index in CANDIDATES filtered by INITIAL-INPUT for PRESELECT."
706
(when initial-input
707
+ (setq initial-input (ivy--regex-plus initial-input))
708
(setq candidates
709
(cl-remove-if-not
710
(lambda (x)
0 commit comments