diff --git a/evil-commands.el b/evil-commands.el index dccd254c..21e3d3c3 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -3434,7 +3434,7 @@ is closed." :repeat nil (interactive "") (condition-case nil - (delete-window) + (evil-window-delete) (error (if (and (bound-and-true-p server-buffer-clients) (fboundp 'server-edit)