fix(vertico): consult tofu regex range
This commit is contained in:
parent
1f25c3510f
commit
4cecc654b9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ orderless."
|
||||||
(cond
|
(cond
|
||||||
;; Ensure $ works with Consult commands, which add disambiguation suffixes
|
;; Ensure $ works with Consult commands, which add disambiguation suffixes
|
||||||
((string-suffix-p "$" pattern)
|
((string-suffix-p "$" pattern)
|
||||||
`(orderless-regexp . ,(concat (substring pattern 0 -1) "[\x100000-\x10FFFD]*$")))
|
`(orderless-regexp . ,(concat (substring pattern 0 -1) "[\x200000-\x300000]*$")))
|
||||||
;; Ignore single !
|
;; Ignore single !
|
||||||
((string= "!" pattern) `(orderless-literal . ""))
|
((string= "!" pattern) `(orderless-literal . ""))
|
||||||
;; Without literal
|
;; Without literal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue