branch: master
commit 6823518c94e7810290386d69ff87dd02c1828de9
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    swiper.el (swiper--candidates): Always remove '(field)
---
 swiper.el |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/swiper.el b/swiper.el
index 366b628..6eb433f 100644
--- a/swiper.el
+++ b/swiper.el
@@ -294,8 +294,7 @@ numbers; replaces calculating the width from buffer line 
count."
                            (buffer-substring
                             (point)
                             (line-end-position)))))))
-              (when (eq major-mode 'twittering-mode)
-                (remove-text-properties 0 (length str) '(field) str))
+              (remove-text-properties 0 (length str) '(field) str)
               (put-text-property 0 1 'display
                                  (format swiper--format-spec
                                          (cl-incf line-number))

Reply via email to