]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0507: getbufvar() may get the wrong dictionary v8.2.0507
authorBram Moolenaar <Bram@vim.org>
Fri, 3 Apr 2020 16:43:35 +0000 (18:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 3 Apr 2020 16:43:35 +0000 (18:43 +0200)
commit5259275347667a90fb88d8ea74331f88ad68edfc
treec696583e3850e1c3cf3267bb0f5e88f69e9838e6
parentd1e9dc272355fe3ab112af5f04b0516b2e9a4fa6
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)
src/evalvars.c
src/testdir/test_functions.vim
src/version.c