Hi list,

I noticed a non expected behaviour (for me) using visual block mode in
combination with text objects.

Here is an example:
say we have a file containing only two lines (one character each):
a
b

Then typing:
CTRL-V apIx
(starting visual block mode and selecting both lines _with an text
object_ to insert 'x' in front of every line)

results in:
xa
b

I expect:
xa
xb

Tested on VIM 7.0 (Patches 1-16)
with
vim -u NONE

Tobi

Reply via email to