Richard Hartmann schrieb: > Hi, > > > I suspect that this issue relates to the complete removal of the lines > in question. No idea how hard this makes a possible fix. As the issue is > not critical (unlikely to be scripted, a human will notice), it might > not be worth the effort. Also, I might just no be aware of known > behaviour. In any case, here goes: > > Select visual block : ^v > Enter replace mode : R > Go into command mode : <esc> > Undo latest change : u > Reselect latest vblock : gv > > Expected behaviour: > Visual block mode with the block selected > > Shown behaviour: > Visual line mode with all lines that were part of the block selected. > > > Thanks > Richard
R as a side effect changes the selection into line-wise (to replace the lines and not only the block). After gv, press Ctrl-V to get the blockwise selection back. -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
