noctuid / rect-ext.el

Adds commands to simulate widening and narrowing for rectangles
GNU General Public License v3.0
5 stars 1 forks source link

The B evil-ex-command could work with evil visual blocks #2

Closed ninrod closed 7 years ago

ninrod commented 7 years ago

so after 33f351c16f240b0719e7ab64ef98c6df595d0c2f, I've tried to use the B command in a vim visual block selection C-v to no success. rectangular selection is working spectacularly, provided that one escapes the command correctly:

:`<,`>B s/text/new/g

consider adding support for evil visual blocks.

noctuid commented 7 years ago

Could you describe what goes wrong? It is working for me.

ninrod commented 7 years ago

you're right it is working, I just screw up.