commit | 07a3db89b8953bd0964895badb3b662f7514bc10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 25 18:14:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 25 18:14:14 2019 +0100 |
tree | 4f9120dc423b6f1a4c5f50da8c48410223a1cd85 | |
parent | 818fed7a5ea1f1b11493557989a689ff163051e9 [diff] [blame] |
patch 8.2.0044: expression type is used inconsistently Problem: Expression type is used inconsistently. Solution: Add "ETYPE_IS" and "ETYPE_ISNOT" as separate enum values. Rename "TYPE_" to "ETYPE_" to avoid confusion.
diff --git a/src/version.c b/src/version.c index 044fe08..103174d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 44, +/**/ 43, /**/ 42,