mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
vim-patch:8.0.0678 closing a window does not trigger resizing
Closes #6748
Problem: When 'equalalways' is set and closing a window in a separate
frame, not all window sizes are adjusted. (Glacambre)
Solution: Resize all windows if the new current window is not in the same
frame as the closed window. (closes vim/vim#1707)
8eeeba8c02
This commit is contained in:

committed by
James McCoy

parent
30cb66e8ba
commit
f0a9b7ff63
@@ -274,7 +274,7 @@ static const int included_patches[] = {
|
||||
// 681,
|
||||
// 680,
|
||||
// 679,
|
||||
// 678,
|
||||
678,
|
||||
// 677,
|
||||
// 676,
|
||||
// 675,
|
||||
|
Reference in New Issue
Block a user