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:
Justin M. Keyes
2017-06-25 06:43:26 +02:00
committed by James McCoy
parent 30cb66e8ba
commit f0a9b7ff63
3 changed files with 49 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ static const int included_patches[] = {
// 681,
// 680,
// 679,
// 678,
678,
// 677,
// 676,
// 675,