Browse Source
To test fix, try making file ``` f f ``` and recording macro of find/replace form searching for f, then running until EOF. This does not break any existing behavior, including: - macros where the cursor moves towards EOF but line num doesn't change (those already stopped after one iteration) - macros where line(s) are deleted with every iteration (even if line number doesn't change, they run until file empty) - macros where the line number increases with each iteration - macros where the cursor advances up or down with each iteration but would eventually stop anyway (those end at the correct time) Fix #13342, close #13587pull/13759/head
molsonkiko
2 years ago
committed by
Don Ho
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue