]> code.delx.au - gnu-emacs-elpa/commit
swiper.el (swiper--update-input-ivy): Add a work-around for "M-j"
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 4 Dec 2015 07:30:17 +0000 (08:30 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 4 Dec 2015 07:31:42 +0000 (08:31 +0100)
commited9169dad4b524d5e3f9678ca51d83a8a2e68dc0
tree6f44074b6ee54fbe8681dad3ddd5a239420e3bd4
parent17872bafcc3a5ff1892e7006104aa27266a4bd17
swiper.el (swiper--update-input-ivy): Add a work-around for "M-j"

When `ivy-yank-word' is called, don't move to the line of the current
candidate. We're already there anyway. And not moving helps when there
are multiple occurrences of the current input on the current line.

Fixes #314
swiper.el