Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/visual line mode deletions #53

Merged
merged 63 commits into from
Nov 7, 2023

Conversation

tauraamui
Copy link
Owner

Basically when deleting selected lines from visual selection mode, it incorrectly ignored the last line of the selection, and there was a fatal panic bug whereby if the cursor's Y become out of document bounds it would crash when trying to figure out the new correct location for the cursor's x position.

@tauraamui tauraamui added the bug Something isn't working label Nov 7, 2023
@tauraamui tauraamui self-assigned this Nov 7, 2023
src/view.v Show resolved Hide resolved
src/view.v Show resolved Hide resolved
@tauraamui tauraamui merged commit 4b8aaba into master Nov 7, 2023
1 check passed
@tauraamui tauraamui deleted the bugfix/visual-line-mode-deletions branch November 7, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants