aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-commands.el')
-rw-r--r--evil-commands.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-commands.el b/evil-commands.el
index dccd254..21e3d3c 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)