Rectangle region
A quick glance at the code indicates evil-numbers does not yet support rectangle regions. Adding this would make the library FAR more handy for data manipulation since it could be applied to columns of data tables. Is this in the works, or can anyone take a stab at adding this feature?
Ran into this, incase its not clear
Take 2 lines:
1 1
2 2
With evil mode enabled and the normal mode cursor over 1. Press Ctrl-v, j, so the cursor is over the 2 Ctrl-a
The result is:
1 1
3 2
It should be:
2 1
3 2
I implemented it in my fork
@janpath mine does this too: https://github.com/dieggsy/evil-numbers/commit/dc218645c6630a060f749879ffa47d61dbf99a15