From f4fa6a9d56ec7f58b70f0b9949d71e175cf76d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Antol=C3=ADn?= Date: Fri, 24 Apr 2020 14:45:27 -0500 Subject: Add declaration of ivy-regex --- orderless.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.0