Skip to content

Commit

Permalink
Quit uses evil-window-delete to gain balancing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdl89 committed May 26, 2024
1 parent 0b134d3 commit e8c8e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e8c8e02

Please sign in to comment.