diff options
| author | Tom Dalziel <tom_dl@hotmail.com> | 2024-05-26 15:48:13 +0200 |
|---|---|---|
| committer | Tom Dalziel <tom_dl@hotmail.com> | 2024-05-26 15:48:13 +0200 |
| commit | e8c8e028261f9d57f8c570952043fcd165df41cb (patch) | |
| tree | cd0be161ec60ba1d3013903427cbe39cb418f588 | |
| parent | 0b134d3bbf73c93f5fed2bb89a35f408a9d627ed (diff) | |
Quit uses evil-window-delete to gain balancing
| -rw-r--r-- | evil-commands.el | 2 |
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) |
