]> granicus.if.org Git - vim/commit
patch 8.1.1765: get(func, dict, def) does not work properly v8.1.1765
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Jul 2019 11:21:01 +0000 (13:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Jul 2019 11:21:01 +0000 (13:21 +0200)
commitf91aac5e3e3b8b1633d84eac2687ebbd76d8133b
tree6f3bc3154aca85970a460d1aab452f5980596311
parent5328cb8986d2620f45b41acf28778f8ce2f8cac1
patch 8.1.1765: get(func, dict, def) does not work properly

Problem:    get(func, dict, def) does not work properly.
Solution:   Handle NULL dict better. (Takuya Fujiwara, closes #4734)
src/evalfunc.c
src/testdir/test_getvar.vim
src/testdir/test_partial.vim
src/version.c