Adri Verhoef schrieb:
> I discovered the following in 7.1.241:
>
> Start Vim.
> a123.<CR>456.<ESC>ka789.<ESC>
>
> Your screen should now read:
>
> 123.789.
> 456.
>
> If you type YU at this moment, the line will contain "123."
> but the cursor is positioned after the ".", like this:
>
> 123.█
> 456.
>
> or:
>
> 123.[] (if you didn't see the black block after the "123.")
> 456.
>
> [] denotes the cursor there.
>
> Adri
Also for 7.1.233, 7.0, 6.4, not for 5.7 ;-)
If this bug annoys you, try a WorkAround:
:nmap U U<plug>Uwa
:nn <expr><plug>Uwa "$"[col(".")<col("$")]
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---