Merge pull request #5312 from daanturo/fix-+vertico-file-search
Fix +vertico-file-search when separator is used
This commit is contained in:
commit
f9b47ed38a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue