commit | 9b68c82b7ca768100f3eb4223d100c62c5429e53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 19:31:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 19:31:08 2020 +0200 |
tree | 721e52b7b5d4d1ac99bc240fd8d8fddc5d113da6 | |
parent | 511feec6f0a9e954f1d7353425fa51232b1a8e88 [diff] [blame] |
patch 8.2.1005: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing Problem: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing. Solution: Use an enum value.
diff --git a/src/version.c b/src/version.c index 67dbe9b..8fe49c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1005, +/**/ 1004, /**/ 1003,