mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #5312 from daanturo/fix-+vertico-file-search
Fix +vertico-file-search when separator is used
This commit is contained in:
@ -53,7 +53,7 @@ orderless."
|
|||||||
(pcase type
|
(pcase type
|
||||||
(`separator
|
(`separator
|
||||||
(replace-regexp-in-string (regexp-quote (char-to-string separator))
|
(replace-regexp-in-string (regexp-quote (char-to-string separator))
|
||||||
(concat "\\" separator)
|
(concat "\\" (char-to-string separator))
|
||||||
query t t))
|
query t t))
|
||||||
(`perl
|
(`perl
|
||||||
(when (string-match-p initial query)
|
(when (string-match-p initial query)
|
||||||
|
Reference in New Issue
Block a user