diff options
| author | Tom Dalziel <tom_dl@hotmail.com> | 2024-07-21 16:44:50 +0200 |
|---|---|---|
| committer | Tom Dalziel <tom_dl@hotmail.com> | 2024-07-21 22:45:20 +0200 |
| commit | 30ebe6df27c36fdf2ea3c82a916edec31acc2647 (patch) | |
| tree | 41080f6ceed9b5631bdf14b8cb3ba4daa9fa64c9 /evil-states.el | |
| parent | 404875a2119adbe2c989ac660b06a37fd2f25240 (diff) | |
Remove unnecessary post-command hook run
Diffstat (limited to 'evil-states.el')
| -rw-r--r-- | evil-states.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/evil-states.el b/evil-states.el index 62a612a..1e09ae7 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 |
