diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-04-25 03:55:02 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-04-25 03:55:02 -0500 |
| commit | 274c8cbadcb881361a3aa28a241b755241303de0 (patch) | |
| tree | def198851aa319ae55695adb347335e1f09a00e2 | |
| parent | 3005cf8ee97de4e3cc52f957ea59c65bd0b1470e (diff) | |
Declare other ivy variable used
| -rw-r--r-- | orderless.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/orderless.el b/orderless.el index 7fb2e0e..0a0c426 100644 --- a/orderless.el +++ b/orderless.el @@ -333,6 +333,7 @@ This function is part of the `orderless' completion style." ;;; ivy integration (defvar ivy-regex) +(defvar ivy-highlight-functions-alist) ;;;###autoload (defun orderless-ivy-re-builder (str) |
