-
Notifications
You must be signed in to change notification settings - Fork 276
Case changing commands over multi-line ranges lose newlines #1320
Copy link
Copy link
Open
Description
Problem
Assume these lines are present
now is the time
for all good men
If I position the cursor on the first character of the first line and then invoke 'shift-v' to go into VISUAL-LINE mode and then invoke 'j' to extend the VISUAL-LINE range to both lines and then issue the command 'gU', I end up with this:
NOW IS THE TIMEFOR ALL GOOD MEN
Something similar happens if use the 'gu' command. So whether converting to upper or lower case, this sequence of commands results in the loss of the newlines.
This works correctly in vim, nvim, kakoune, etc.
Steps to reproduce
No response
vis version (vis -v)
vis v0.9-384-g93f2c297 +curses +lua +tre +acl
Terminal name/version
No response
TERM environment variable
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels