branch: externals/orderless
commit f4fa6a9d56ec7f58b70f0b9949d71e175cf76d30
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>

    Add declaration of ivy-regex
---
 orderless.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/orderless.el b/orderless.el
index 2d250d1f44..d5edd517a4 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

Reply via email to