diff options
| -rw-r--r-- | evil-surround.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-surround.el b/evil-surround.el index 6dc165b..fbcaee7 100644 --- a/evil-surround.el +++ b/evil-surround.el @@ -96,7 +96,7 @@ Each item is of the form (OPERATOR . OPERATION)." (defun evil-surround-read-from-minibuffer (&rest args) (when evil-surround-record-repeat - (evil-repeat-record (evil-this-command-keys))) + (evil-repeat-keystrokes 'post)) (let ((res (apply #'read-from-minibuffer args))) (when evil-surround-record-repeat (evil-repeat-record res)) |
