aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2024-05-26 15:48:13 +0200
committerTom Dalziel <tom_dl@hotmail.com>2024-05-26 15:48:13 +0200
commite8c8e028261f9d57f8c570952043fcd165df41cb (patch)
treecd0be161ec60ba1d3013903427cbe39cb418f588
parent0b134d3bbf73c93f5fed2bb89a35f408a9d627ed (diff)
Quit uses evil-window-delete to gain balancing
-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)