emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-numbers db0c5adc68 029/145: Add documentation the inc


From: ELPA Syncer
Subject: [nongnu] elpa/evil-numbers db0c5adc68 029/145: Add documentation the increment of region.
Date: Thu, 6 Jan 2022 03:00:16 -0500 (EST)

branch: elpa/evil-numbers
commit db0c5adc68c21cbbbc53e82c8bd6a2b66baa4b13
Author: Matthew L. Fidler <matthew.fidler@gmail.com>
Commit: Matthew L. Fidler <matthew.fidler@gmail.com>

    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=



reply via email to

[Prev in Thread] Current Thread [Next in Thread]