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
When the user sets `scroll-conservatively` to a high value, moving the cursor to `(point-max)` with `(evil-goto-line nil)` would result in all text being located above the window start, preventing the user from seeing it. This commit addresses the issue by recentering the window when this specific case occurs.
- Loading branch information