diff options
Diffstat (limited to 'orderless.el')
| -rw-r--r-- | orderless.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/orderless.el b/orderless.el index 2d250d1..d5edd51 100644 --- a/orderless.el +++ b/orderless.el @@ -288,6 +288,8 @@ This function is for integration of orderless with ivy, use it as a value in `ivy-re-builders-alist'." (or (mapcar (lambda (x) (cons x t)) (orderless--component-regexps str)) "")) +(defvar ivy-regex) + (defun orderless--ivy-highlight (str) "Highlight a match in STR of each regexp in `ivy-regex'. This function is for integration of orderless with ivy. Add a |
