branch: externals/shift-number
commit 04a059ab676b2d125c3a8f8dc73d3a239d4527f8
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
README: Mention 'evil-numbers' and add another distinction
---
README.org | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.org b/README.org
index 16131c5db9..0b5e573a3c 100644
--- a/README.org
+++ b/README.org
@@ -52,12 +52,15 @@ point):
- [[https://github.com/knu/operate-on-number.el][operate-on-number]]
- [[https://github.com/chrisdone/number][number]]
+- [[https://github.com/cofi/evil-numbers][evil-numbers]]
Comparing with them, =shift-number= has the following distinctions:
- If there is no number at point, it operates on the next number on the
current line.
+- The point does not move anywhere when a number is modified.
+
- It is simple: only shifting up/down is available, no multiplication or
other more complex stuff.