From addd43ec6f7878b83206cf7464f66b209c624b7e Mon Sep 17 00:00:00 2001 From: Tom Dalziel Date: Sun, 21 Jul 2024 16:44:50 +0200 Subject: [PATCH] Remove unnecessary post-command hook run --- evil-states.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/evil-states.el b/evil-states.el index 62a612a9..1e09ae73 100644 --- a/evil-states.el +++ b/evil-states.el @@ -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