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

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

[elpa] master 034f3af 306/399: swiper.el (swiper-isearch): Allow char-fo


From: Oleh Krehel
Subject: [elpa] master 034f3af 306/399: swiper.el (swiper-isearch): Allow char-fold-to-regexp
Date: Sat, 20 Jul 2019 14:57:45 -0400 (EDT)

branch: master
commit 034f3afbf3947b6ea661584127c39bdd8f888aac
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    swiper.el (swiper-isearch): Allow char-fold-to-regexp
    
    Set:
    
        (setq search-default-mode 'char-fold-to-regexp)
    
    And your search for "un" will also match "Günther".
    
    Fixes #2095
    Re #622
---
 swiper.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/swiper.el b/swiper.el
index e03af5e..2dd1a1c 100644
--- a/swiper.el
+++ b/swiper.el
@@ -1465,6 +1465,7 @@ When not running `swiper-isearch' already, start it."
                  :action #'swiper-isearch-action
                  :update-fn 'auto
                  :unwind #'swiper--cleanup
+                 :re-builder #'swiper--re-builder
                  :history 'swiper-history
                  :caller 'swiper-isearch))
           (point))



reply via email to

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