1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2020-01-14 20:42:48 +01:00
parent 8024f93636
commit ca7c078b79
4 changed files with 28 additions and 8 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
118,
/**/
117,
/**/