aboutsummaryrefslogtreecommitdiff
path: root/evil-repeat.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-repeat.el')
-rw-r--r--evil-repeat.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/evil-repeat.el b/evil-repeat.el
index 89cf044..edc6db1 100644
--- a/evil-repeat.el
+++ b/evil-repeat.el
@@ -340,7 +340,8 @@ invoked the current command"
(evil-clear-command-keys))))
(defun evil-repeat-motion (flag)
- "Repeation for motions. Motions are recorded by keystroke but only in insert state."
+ "Repeation for motions.
+Motions are recorded by keystroke but only in Insert state."
(when (memq evil-state '(insert replace))
(evil-repeat-keystrokes flag)))