diff --git a/evil-states.el b/evil-states.el index fbf29ef4..62a612a9 100644 --- a/evil-states.el +++ b/evil-states.el @@ -165,7 +165,7 @@ Handles the repeat-count of the insertion command." (combine-change-calls ; For performance (progn (goto-char (point-min)) (line-beginning-position line)) - (line-end-position (+ line vcount)) + (line-end-position (+ line vcount -1)) (let (pre-command-hook post-command-hook) ; For performance (dotimes (v (1- vcount)) (goto-char (point-min))