branch: elpa/evil-numbers
commit db0c5adc68c21cbbbc53e82c8bd6a2b66baa4b13
Author: Matthew L. Fidler <[email protected]>
Commit: Matthew L. Fidler <[email protected]>
Add documentation the increment of region.
---
README.org | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index 2e073a4e50..e0b8516c2d 100644
--- a/README.org
+++ b/README.org
@@ -4,6 +4,10 @@
- works like C-a/C-x in vim, i.e. searches for number up to eol and then
increments or decrements and keep zero padding up (unlike in vim)
+ - When a region is active, as in evil's visual mode, all the
+ numbers within that region will be incremented/decremented (unlike
+ in vim)
+
** Detected Literals
- binary, e.g. =0b0101=, =0B0101=
- octal, e.g. =0o755=, =0O700=