commit | ca7c078b799bfc96b54e9e41f5be3e0bfefadce5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 20:42:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 20:42:48 2020 +0100 |
tree | 5d1653b9907c49abb4107b3f705787d9445cb8c7 | |
parent | 8024f936368336241406137a2fa78ed5ee9000a6 [diff] [blame] |
patch 8.2.0118: crash when cycling to buffers involving popup window Problem: Crash when cycling to buffers involving popup window . Solution: Do not decrement buffer reference count.
diff --git a/src/version.c b/src/version.c index 25049a0..4ac4008 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 118, +/**/ 117, /**/ 116,