Closed mutle closed 6 years ago
All repositories in the atom-archive organization are unmaintained and deprecated. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!
I believe this is an issue with either the scrollable region or with the commands for moving lines.
This can be reproduced easily by running
vim
and adding more lines than fit on the screen. In this case it looks like only the last three lines update while the rest of the screen is still showing old lines (enabling line numbers in vim helps). It gets even worse when using ctrl-u and ctrl-d to scroll back up again.I've seen similar issues with
less
.