branch: master
commit cf292da494ee104e732caafea6ecd572b80cb8fe
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    Declare swiper-map
    
    Fixes #90
---
 ivy.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ivy.el b/ivy.el
index a9a3425..d789e0a 100644
--- a/ivy.el
+++ b/ivy.el
@@ -990,6 +990,8 @@ Should be run via minibuffer `post-command-hook'."
        (font-lock-append-text-property 0 (length str) 'face face str))))
   str)
 
+(defvar swiper-map)
+(defvar swiper--width)
 (defun ivy--transform-re (regex)
   "Transform REGEX into another regex.
 This is a work-around for `swiper' and line starts."

Reply via email to