]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1603: Vim9: cannot use "true" with getchar() v8.2.1603
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 15:51:23 +0000 (17:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Sep 2020 15:51:23 +0000 (17:51 +0200)
commitc08cc72947fdfab484f53c5d9bbea662bc5a9c8f
treea8932d9a70fc31e6e567bba1cf56e776a3104cc1
parent036c2cf719e3de445779a275514030be66e26883
patch 8.2.1603: Vim9: cannot use "true" with getchar()

Problem:    Vim9: cannot use "true" with getchar().
Solution:   use tv_get_bool_chk(). (closes #6874)
src/getchar.c
src/testdir/test_vim9_func.vim
src/version.c