commit | d5ea8f08f78d20fde8773663894de5e8c023bd83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:49:15 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:49:15 2021 +0100 |
tree | e7d521e8a0be248a4bd2c886bb649354c30492d9 | |
parent | 5efe0e5d16db070f0ab0b944686139e597afe166 [diff] [blame] |
patch 8.2.2261: Vim9: boolean option gets string type Problem: Vim9: boolean option gets string type. Solution: Check for VAR_BOOL. (closes #7588)
diff --git a/src/version.c b/src/version.c index a1b32e8..b016c28 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2261, +/**/ 2260, /**/ 2259,