]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1763: Vim9: cannot use "true" for popup window scrollbar option v8.2.1763
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Sep 2020 19:16:45 +0000 (21:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Sep 2020 19:16:45 +0000 (21:16 +0200)
commit6c542f77eba73a95447f285149b3fcb011aa9675
tree2d03d266a3f1781855fca8bddd7bd5838f3ee039
parentd0e1b7103c14eb0d175c6b245b4b6ed93a204da9
patch 8.2.1763: Vim9: cannot use "true" for popup window scrollbar option

Problem:    Vim9: cannot use "true" for popup window scrollbar option.
Solution:   use dict_get_bool(). (closes #7029)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c