diff options
| author | Grzegorz Milka <grzegorzmilka@gmail.com> | 2016-10-23 00:25:16 +0200 |
|---|---|---|
| committer | Grzegorz Milka <grzegorzmilka@gmail.com> | 2016-10-23 00:37:13 +0200 |
| commit | c5c8a821341b71ae29786c97df7930a9581f7ab7 (patch) | |
| tree | 8d7745d92badd0aa8c64662b5ad15b1ae69d2c3d /src/nvim/version.c | |
| parent | d7b942b54e4bae5510549ceffb3280e89871cff5 (diff) | |
| download | rneovim-c5c8a821341b71ae29786c97df7930a9581f7ab7.tar.gz rneovim-c5c8a821341b71ae29786c97df7930a9581f7ab7.tar.bz2 rneovim-c5c8a821341b71ae29786c97df7930a9581f7ab7.zip | |
vim-patch:7.4.2309
Problem: Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle)
Solution: When detecting that the tab page changed, don't just abort but
delete the window where w_buffer is NULL.
https://github.com/vim/vim/commit/11fbc2866ccc11b4dd1726abdaf582a78ef3f743
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 fffd8e79de..f0f6f6a3cb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -132,7 +132,7 @@ static int included_patches[] = { // 2312, // 2311, // 2310 NA - // 2309, + 2309, // 2308 NA // 2307, // 2306, |
