]> code.delx.au - gnu-emacs-elpa/commit
Make swiper compatible with visual-line-mode
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 2 Oct 2015 12:02:16 +0000 (14:02 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 2 Oct 2015 12:02:16 +0000 (14:02 +0200)
commit82a317ce813d7364774dcf44bd432f363e878bea
treebea6c8bb5e57905447558cb71012e298170b23ee
parent314650189a3331354561300cb11de79e524f9de5
Make swiper compatible with visual-line-mode

* swiper.el (swiper--candidates): Use `end-of-visual-line' and
  `line-move' appropriately.
(swiper--update-input-ivy):
(swiper--action): Use `line-move' instead of `forward-line'.
(swiper--add-overlays): Update.

Fixes #227
swiper.el