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

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

[elpa] master 3a37741 147/184: swiper.el (swiper--update-input-ivy): Set


From: Oleh Krehel
Subject: [elpa] master 3a37741 147/184: swiper.el (swiper--update-input-ivy): Set case-fold-search
Date: Wed, 16 Oct 2019 13:15:12 -0400 (EDT)

branch: master
commit 3a3774186507dfefa5eab29d5fee525535e66e95
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    swiper.el (swiper--update-input-ivy): Set case-fold-search
    
    Re #2226
---
 swiper.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swiper.el b/swiper.el
index 7bdcb62..e41b96d 100644
--- a/swiper.el
+++ b/swiper.el
@@ -916,7 +916,8 @@ the face, window and priority of the overlay."
     (swiper--cleanup)
     (when (> (length (ivy-state-current ivy-last)) 0)
       (let ((regexps (swiper--positive-regexps ivy-text))
-            (re-idx -1))
+            (re-idx -1)
+            (case-fold-search (ivy--case-fold-p ivy-text)))
         (dolist (re regexps)
           (setq re-idx (1+ re-idx))
           (let* ((re (replace-regexp-in-string



reply via email to

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