Hi, When using cursor keys in visual block mode, wrong texts are inserted. (Vim 7.4.444 on Windows/Linux) E.g.:
Reproducing steps: 1. Input the following text: aaaaaa bbbbbb cccccc 2. Start visual block mode, input some text and also use cursor keys: ggl<C-v>2jI1<Right>2<Right>3<Esc> Expected result: a1a2a3aaa b1b2b3bbb c1c2c3ccc Actual result: a1a2a3aaa bbbbb3aab ccccc3aac (Or sometimes I got different results.) Another example with multibyte strings: Input text: あいう かきく Input commands: ggl<C-v>jI1<Right>2<Right><Esc> Expected result: あ1い2う か1き2く Actual result: あ1い2う かき 2 <81><8f> Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
