summaryrefslogtreecommitdiff
path: root/evil-surround.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-surround.el')
-rw-r--r--evil-surround.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/evil-surround.el b/evil-surround.el
index bd80d30..2fb79a8 100644
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -377,6 +377,9 @@ Becomes this:
}"
(interactive (evil-surround-input-region-char))
+ (if evil-this-motion-count
+ (evil-repeat-record (int-to-string evil-this-motion-count)))
+
(when (evil-surround-valid-char-p char)
(let* ((overlay (make-overlay beg end nil nil t))
(pair (or (and (boundp 'pair) pair) (evil-surround-pair char)))