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

Wrapping bug when appending in block visual mode #3838

Open
baffalop opened this issue Nov 8, 2021 · 0 comments
Open

Wrapping bug when appending in block visual mode #3838

baffalop opened this issue Nov 8, 2021 · 0 comments

Comments

@baffalop
Copy link

baffalop commented Nov 8, 2021

When visual block is selected which reaches to the end of the selected lines, pressing A puts the insert cursors at the beginning of the lines, shifted down one line. I'm guessing some kind of soft-wrapping behaviour is kicking in when it shouldn't, or the position is overflowing to the next line.

Example

With a visual block selection on lines 64-71:

image

After pressing A:

image

Expectation: cursors at the ends of lines 64-71
Actual behaviour: cursors at the beginnings of lines 64-72

After typing a character and returning to normal mode:

image

Environment

Onivim Version 0.5.9-nightly (0.5.2198)
macOS 11.2.3

@baffalop baffalop changed the title Softwrapping bug when appending in block visual mode Wrapping bug when appending in block visual mode Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant