Skip to content

Commit

Permalink
Fix duplicated fake cursors in beacon backward line
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Oct 17, 2024
1 parent e2ff708 commit fe0ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meow-beacon.el
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ MATCH is the search regexp."
prev)
(save-mark-and-excursion
(goto-char end)
(forward-line (if back -1 1))
(forward-line)
(setq prev (point))
(while (meow--beacon-forward-line
(1- ln)
Expand Down

0 comments on commit fe0ae35

Please sign in to comment.