1
0
forked from aniani/vim

patch 8.2.0507: getbufvar() may get the wrong dictionary

Problem:    Getbufvar() may get the wrong dictionary. (David le Blanc)
Solution:   Check for empty name. (closes #5878)
This commit is contained in:
Bram Moolenaar
2020-04-03 18:43:35 +02:00
parent d1e9dc2723
commit 5259275347
3 changed files with 19 additions and 2 deletions

View File

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