a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 256007 and 252374

Description: alternative to Emacs' isearch with an overview
 Swiper gives an overview of the current regex search candidates.
 The search regex can be split into groups with a space.  Each group
 is highlighted with a different face.
 .
 It can double as a quick regex-builder; however, only single
 lines will be matched.  Swiper uses Ivy to show an overview of all
 matches.
Description: Alternative to Emacs' isearch with an overview
 Swiper gives an overview of the current regex search candidates.
 The search regex can be split into groups with a space.  Each group
 is highlighted with a different face.
 .
 It can double as a quick regex-builder; however, only single
 lines will be matched.  Swiper uses Ivy to show an overview of all
 matches.
--- 256007	Thu Jan  1 00:00:00 1970
+++ 252374	Thu Jan  1 00:00:00 1970
@@ -1,4 +1,4 @@
-alternative to Emacs' isearch with an overview
+Alternative to Emacs' isearch with an overview
  Swiper gives an overview of the current regex search candidates.
  The search regex can be split into groups with a space.  Each group
  is highlighted with a different face.