Re: Problems with visual block mode operations
I don't think these have been mentioned:
1. A block operation creates an entry in the undo history for every modified line. That's not what Vim does and it's annoying when changing large blocks. However, a repeated block operation can be undone with a single undo.
2. Append is not working properly with '$'. The text should be appended to the end of every line in the block.
As I personally think visual block mode is one of best things since sliced bread I hope these can be fixed.
TIA,
Ulrik