Skip to content

Commit

Permalink
Remove unnecessary post-command hook run
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdl89 committed Jul 21, 2024
1 parent 404875a commit addd43e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions evil-states.el
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ Handles the repeat-count of the insertion command."
(move-to-column col t)
(funcall col))
(dotimes (_ (or evil-insert-count 1))
(evil-execute-repeat-info (cdr evil-insert-repeat-info))))))
(run-hooks 'post-command-hook))))))
(evil-execute-repeat-info (cdr evil-insert-repeat-info)))))))))))
(and evil-want-fine-undo (evil-end-undo-step)))

;;; Visual state
Expand Down

0 comments on commit addd43e

Please sign in to comment.