mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(vertico): consult tofu regex range
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user