commit | 5259275347667a90fb88d8ea74331f88ad68edfc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 18:43:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 18:43:35 2020 +0200 |
tree | c696583e3850e1c3cf3267bb0f5e88f69e9838e6 | |
parent | d1e9dc272355fe3ab112af5f04b0516b2e9a4fa6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a53f44b..38ab531 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 507, +/**/ 506, /**/ 505,