]> code.delx.au - gnu-emacs-elpa/commit
Add swiper-query-replace
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 25 Mar 2015 11:53:51 +0000 (12:53 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 25 Mar 2015 12:03:14 +0000 (13:03 +0100)
commitfdb0c4506ebedc0028decee8ec411863bb93c2ac
treea627841550405fc4cc82e682d5d72031e132c4b1
parent2ae5b9c26043899c5cbf8eb7e74fede24b4050bc
Add swiper-query-replace

* ivy.el (ivy-read): Update signature - a keymap is also accepted and
  the argument order has changed.
  The keymap is composed with `ivy-minibuffer-map'.
  Update for `ivy--action'.
(ivy--action): New defvar. If a function sets it, `ivy-read' will call it.

* swiper.el (swiper-map): New defvar.
(swiper-query-replace): New defun.
(swiper--ivy): Use swiper-map in the call to `ivy-read'.

* counsel.el (couns-git): Fix one empty candidate.
counsel.el
ivy.el
swiper.el