]> code.delx.au - gnu-emacs-elpa/commit
swiper.el (swiper-query-replace): Don't miss the first
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 16 Jun 2015 07:43:15 +0000 (09:43 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 16 Jun 2015 07:43:15 +0000 (09:43 +0200)
commit9df660c8c305c418a9f98ff5c2afe7504833727c
tree65d97b5332a24bd99ec4b86eaa7c8b43cd342cd5
parent61bb9e09fd2c39c8b2f855b723a8fc9924ab9caf
swiper.el (swiper-query-replace): Don't miss the first

* swiper.el (swiper-query-replace): Since the point is always after the
  matching thing in swiper, it's necessary to move it before it in order
  for `perform-replace' not to skip it.

Fixes #144
swiper.el