abo_abo pushed a change to branch master. from 5aa7896 Merge commit '7783f89cdbb3e3ba57f232552729715148e0b9a1' from hydra new 16be7e1 Initial import new c990320 Update call to `font-lock-ensure' new 7159d84 swiper.el (swiper--regex): Zero groups without space new fed3aff README.md: Add new 3a4cb1f Add compatibility alias for `font-lock-ensure' new ff0ee94 Add dependency on emacs 24.1 new 1c0b30b add autoload cookie for lazy loading new 1099ebf Use cl-lib macros instead of cl.el new 7b86747 swiper.el (swiper--regex): Update signature new a267b34 familiar isearch key bindings while helm is active new 6a874a4 Add `ivy' back end new 9bcf1dc Update dependencies. new 97ab66a README.md: Update new a817342 ivy.el: Improve the highlighting in the minibuffer new 2f5cc11 swiper.el: Use `with-selected-window' instead of `with-current-buffer' new eb829a9 Account for zero-length regex matches new eb1def0 Add initial-input optional argument new 7cea819 ivy.el: Add `ivy-exit' new 02065be swiper.el: Restore original point on canceling new 835208a Inherit standard faces by default new f268cc8 Reveal invisible overlays new 1ca1660 swiper.el: Save position before last search new 2ed9ee2 Require delsel for `minibuffer-keyboard-quit' new f148a94 Fix use of cl-incf new 02ca7a1 Add anchoring new b1ac649 Don't recenter unless necessary new a07c2e4 swiper.el: Make ivy the default back end new 045fb60 ivy.el (ivy-previous-line): Change to `cl-decf' new 0772929 Add some rudimentary history handling new baa9df7 Truncate candidates to window width in the minibuffer new 315be36 counsel.el: Add new 7c6d00d ivy.el (ivy-read): Return immediately for less than 2 candidates new d78caee Open invisible overlays using isearch new c78cc15 swiper.el: Clean up overlays better on "C-g" new 7ff3dd9 Need to check value of variable new 8818a01 swiper.el: Fix error for empty buffer new e1cdb29 counsel.el: Add Clojure completion at point new e7b560c swiper.el (swiper--opoint): Fix bad defvar new de80846 Work around magit highlighting problem new 984346c swiper.el (swiper-font-lock-ensure): Exclude a few modes new cb26121 ivy.el: Fix ivy-history recording the full text instead of input new 7bb5320 swiper.el (swiper--helm): Require helm-match-plugin new caa69f2 counsel.el: Add git file completion new fcb18e5 ivy.el (ivy-read): Bring last history candidate to front new f1672c7 Add isearch-like history behavior new e32bc63 swiper.el: Fix non-matching lines issue with initial-input new f754835 swiper.el: Silence a few compilation warnings new 41732be ivy.el: Return nil when there is no match new 588dab6 ivy-test.el: Add testing new 3a08a88 ivy.el (ivy-read): Change index to preselect new d587fa2 ivy.el (ivy-read): Allow for format-style PROMPT new cc4bf75 README.md: Add build status new 2b8e4e1 ivy.el: Remove while-no-input new 2191bdb ivy.el (ivy-completions): Simplify new d2b2813 swiper-helm.el: Copy all helm stuff here new c4acef9 swiper.el: Remove the helm bits new 9f9c4dc swiper-helm.el: Fix typo new 0c85d9a Add a custom `ivy-count-format' new c2e58e9 Fix invalid package header line new a275a2a Use `font-lock-append-text-property' to non-destructively modify a string new 7876619 Update "C-n" and "C-p" bindings new f20b287 swiper.el (swiper--init): Set `swiper--opoint' new bb6c40c swiper.el (swiper-min-highlight): New defcustom new cf71b09 ivy.el (ivy-wrap): New defcustom new 4358c03 Move swiper-helm to another repo new 55414c3 Update Copyright new 302a16a Add 'packages/swiper/' from commit '55414c321ca07bd86f0f1efaf8f6130617e6fad6'
Summary of changes: packages/{hydra => swiper}/.travis.yml | 0 packages/swiper/Makefile | 16 ++ packages/swiper/README.md | 16 ++ packages/swiper/counsel.el | 77 ++++++ packages/swiper/ivy-test.el | 67 +++++ packages/swiper/ivy.el | 413 ++++++++++++++++++++++++++++++++ packages/swiper/swiper.el | 255 ++++++++++++++++++++ 7 files changed, 844 insertions(+), 0 deletions(-) copy packages/{hydra => swiper}/.travis.yml (100%) create mode 100644 packages/swiper/Makefile create mode 100644 packages/swiper/README.md create mode 100644 packages/swiper/counsel.el create mode 100644 packages/swiper/ivy-test.el create mode 100644 packages/swiper/ivy.el create mode 100644 packages/swiper/swiper.el