On 04-Nov-2009 James Vega <[email protected]> wrote: > > Given a file that contains the following 4 lines, run in a UTF-8 > environment or setting 'enc' to UTF-8: > > abcdefghijklmnopqrstuvwxyz > abc defghijklmnopqrstuvwxyz > abcdef ghi jklmnopqrstuvwxyz > abcdefghijklmnopqrstuvwxyz > > vim -u NONE -c 'set list listchars=tab:>-' test.txt > :exe "normal fo\<C-v>3j>" > > will result in > > abcdefghijklmn opqrstuvwxyz > abc efghijklmnopqrstuvwxyz > abcdef ghi jklmnopqrstuvwxyz > abcdefghijklmn opqrstuvwxyz > > The d on line 2 has disappeared and line 3 wasn't shifted at all. > > Does your patch also fix this situation, Lech? I'm unable to test > right now.
Thanks for noticing this. Luckily - it does. Hooray! :-) -- Cheers, Lech --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
