]> granicus.if.org Git - vim/commit
patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo() v8.2.1602
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 15:37:07 +0000 (17:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 15:37:07 +0000 (17:37 +0200)
commit036c2cf719e3de445779a275514030be66e26883
tree419d8eda79525cbcc938423cca698e9b9206af92
parent2df47310422f4a77e85de7901a5299923a1addd3
patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo()

Problem:    Vim9: cannot use 'true" with getbufinfo().
Solution:   Use dict_get_bool(). (closes #6873)
src/evalbuffer.c
src/testdir/test_vim9_func.vim
src/version.c