mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-14 05:43:04 +00:00
parent
a6cfedaf5e
commit
53decea669
3
avy.el
3
avy.el
@ -932,7 +932,8 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
|
||||
(point))
|
||||
(selected-window)) candidates))
|
||||
(if visual-line-mode
|
||||
(line-move 1)
|
||||
(ignore-errors
|
||||
(line-move 1))
|
||||
(forward-line 1)))))))
|
||||
(setq avy-action #'identity)
|
||||
(avy--process (nreverse candidates) (avy--style-fn avy-style))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user