In "non block mode", i.e. after typing 'V' or 'v', not all text is converted to upper/lower/rot13.
To reproduce: Start Vim (vim -u NONE). Type aThis is an example.<CR>Second line.<CR>Last line.<ESC> Now type VHU (or vHU) and watch the error: only a part of the first two lines gets changed: THIS IS AN example. SECOND LINe. LAST LINE. So, a part of patch 7.1.240 doesn't work the way it was meant, but the Visual block mode part does work well. Adri --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
