branch: elpa/evil-numbers
commit 11883bc3a33bc1db48eefb0cd4f34ed86eeb6aa5
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Fix incremental regression in cleanup from
7602f3b4842f4ec149d3b8ed32c9da9f771597c3
---
evil-numbers.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil-numbers.el b/evil-numbers.el
index e7e39dca2b..9537185b7a 100644
--- a/evil-numbers.el
+++ b/evil-numbers.el
@@ -509,7 +509,7 @@ number with a + sign."
(evil-with-restriction beg end
(goto-char beg)
(while (evil-numbers--inc-at-pt-impl-with-search
- amount (point) (point-max) padded)
+ (* amount count) (point) (point-max) padded)
(when incremental
(setq count (+ count 1))))))))))