]> code.delx.au - gnu-emacs-elpa/commit
Fix due to visual-line-mode weirdness
authorOleh Krehel <ohwoeowho@gmail.com>
Sun, 29 Nov 2015 16:01:35 +0000 (17:01 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Sun, 29 Nov 2015 16:01:35 +0000 (17:01 +0100)
commita585fcd13da39d4efca9a2cb7637429d0c90f604
treea12dd0a1001af95e4e5444c1261c7dad3a24246f
parenta34e532a3f69f511470787c9b4a8b7ae3e18382f
Fix due to visual-line-mode weirdness

* swiper.el (swiper--candidates): Under a specific random condition,
(line-move 1) from the beginning of line doesn't move to the beginning
of the next visual line.

This change fixes it, but will result in an even slower startup when
`visual-line-mode' is active.

Fixes #313
swiper.el