Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue: No visible text when cursor is moved to the end of buffer
This pull request fixes an issue where using `(evil-goto-line nil)` to move the cursor to the end of the buffer would result in no visible text. This patch draws inspiration from the built-in `(end-of-buffer)` function, which does not exhibit the same issue as calling `(evil-goto-line nil)`.
- Loading branch information