Open any file in vim.
Write inside it till the text reaches the end of the window
image.png (view on web)
After that for the next letter, the cursor will go to the next line without indicating that it is the continuation of the same line.
In the above image, now if we enter any one letter the cursor will move and the behaviour is shown below
image.png (view on web)
A empty line indicating that it is the same should be displayed by default as follows( the following behaviour is not by default):
<it should show that it the continuation without writing anything, here i had to type * to indicate it.>
image.png (view on web)
8.2
WSL2, Ubuntu 22.04.4
zsh 5.8.1 (along with ohmyzsh! framework_
(i have also tried this on bash 5.1.16)
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
You are just talking about the moment when the cursor reaches the next line but the lines does not really wrap yet? I am not sure, I think this is a very minor thing, because as soon as you type another key, you will see that the line is wrapped. Displaying line wrapping line, even so the line does not yet need to be wrapped, seems controversial.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I think this is a very minor thing,
Yes I agree
It is a minor bug
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@chrisbra
Also i found another bug( or maybe its on purpose)
When you only have /t( tab or indentation) without any text on a new line. And you navigate back to previous line and press delete button, the next line does not get deleted but the /t( tab or indentation) does.
Which in some cases is kind of annoying so most IDE's delete the next line when delete is pressed if the next line contains only /t's.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Sorry, I don't get it. Can you please give reproducible steps?
I tried with vim --clean -c 'call setline(1,["", "\t"])' -c 'call cursor(1,1)'
Pressing <Del> on the first line does not delete anything on the second line.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
It isn't a bug; it's by design
Oh,
ok
I thought maybe it's a bug. Thanks for clarification.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()