diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-06-25 06:43:26 +0200 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-08-16 10:39:50 -0400 |
commit | f0a9b7ff637b1c33988b8ec20530657ba71644fc (patch) | |
tree | d981bdfbb92ba6e8c0cd67e1263b5139f9c8e536 /src/nvim/version.c | |
parent | 30cb66e8ba520d4564189ff763b5859e3d80581f (diff) | |
download | rneovim-f0a9b7ff637b1c33988b8ec20530657ba71644fc.tar.gz rneovim-f0a9b7ff637b1c33988b8ec20530657ba71644fc.tar.bz2 rneovim-f0a9b7ff637b1c33988b8ec20530657ba71644fc.zip |
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)
https://github.com/vim/vim/commit/8eeeba8c025ff844e6514c4a60cec11bf1fc1b35
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index f4984864f3..80b8b03258 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -274,7 +274,7 @@ static const int included_patches[] = { // 681, // 680, // 679, - // 678, + 678, // 677, // 676, // 675, |