commit | 9b4a15d5dba354d2e1e02871470bad103f34769a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 11 16:05:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 11 16:05:23 2020 +0100 |
tree | e5e49ad3182e07e641cdea0e04c4a8078186c58c | |
parent | e05a89ac6399a8c7d164c99fdab6841d999a9128 [diff] [blame] |
patch 8.2.0111: VAR_SPECIAL is also used for booleans Problem: VAR_SPECIAL is also used for booleans. Solution: Add VAR_BOOL for better type checking.
diff --git a/src/version.c b/src/version.c index d6386ad..7941733 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 111, +/**/ 110, /**/ 109,