emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-hydra 0cff3e1 157/395: swiper.el (swiper): Add isea


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 0cff3e1 157/395: swiper.el (swiper): Add isearch-clean-overlays
Date: Thu, 25 Feb 2021 08:31:53 -0500 (EST)

branch: externals/ivy-hydra
commit 0cff3e1577b8d4f2f9a9c69f0ab7d5ac674025e7
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    swiper.el (swiper): Add isearch-clean-overlays
    
    Re #2457
---
 swiper.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/swiper.el b/swiper.el
index 00e6b82..d5cbe6c 100644
--- a/swiper.el
+++ b/swiper.el
@@ -833,6 +833,7 @@ When non-nil, INITIAL-INPUT is the initial search pattern."
             (point))
         (unless (or res swiper-stay-on-quit)
           (goto-char swiper--opoint))
+        (isearch-clean-overlays)
         (unless (or res (string= ivy-text ""))
           (cl-pushnew ivy-text swiper-history))
         (setq swiper--current-window-start nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]