]> code.delx.au - gnu-emacs-elpa/commit
Use forward-line instead of line-move if possible
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 2 Oct 2015 13:33:07 +0000 (15:33 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 2 Oct 2015 13:33:07 +0000 (15:33 +0200)
commitcbaa81195ec5cc0b4b06dcf29a12bd73bf0ad0ff
treecd8d89759de69101dc15d4ac445496fca96e6157
parentff077c66e09891bd071b1ca342f39054b33d7f1c
Use forward-line instead of line-move if possible

* swiper.el (swiper--candidates):
(swiper--update-input-ivy):
(swiper--action): `line-move' is much slower than `forward-line'. Use it
only if `visual-line-mode' is on.
swiper.el