commit | 6c542f77eba73a95447f285149b3fcb011aa9675 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 21:16:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 21:16:45 2020 +0200 |
tree | 2d03d266a3f1781855fca8bddd7bd5838f3ee039 | |
parent | d0e1b7103c14eb0d175c6b245b4b6ed93a204da9 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d600618..60ab7d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1763, +/**/ 1762, /**/ 1761,