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 fixes an issue where using `evil-goto-line` to move the cursor to the end of the document would result in no visible text because `window-start` is equal to `point-max`.
- Loading branch information