diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-21 10:39:24 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-22 18:42:56 +0100 |
commit | 10f6624f65edbc8af84c9775e6712484be9c81a5 (patch) | |
tree | dffba08c6705c23a363742ec07352280e4f64711 /src/nvim/version.c | |
parent | 4a2e6f460d02762d211c0f92af305ef5290a667b (diff) | |
download | rneovim-10f6624f65edbc8af84c9775e6712484be9c81a5.tar.gz rneovim-10f6624f65edbc8af84c9775e6712484be9c81a5.tar.bz2 rneovim-10f6624f65edbc8af84c9775e6712484be9c81a5.zip |
vim-patch:7.4.2328
Problem: Crash when BufWinLeave autocmd goes to another tab page.
(Hirohito Higashi)
Solution: Make close_buffer() go back to the right window.
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 84cb8fea9b..d1d3e5a3c9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -113,7 +113,7 @@ static int included_patches[] = { 2331, // 2330, 2329, - // 2328, + 2328, // 2327 NA 2326, // 2325 NA |