commit | ea2d407f9c144bb634c59017944e4930ed7f80a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 12 12:08:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 12 12:08:51 2020 +0100 |
tree | caa56c56080f8e22f2a6a46180725feb531d291c | |
parent | 6f6244855fbce5aaa718cd5001a29aac3c5c15d6 [diff] [blame] |
patch 8.2.1977: Vim9: error for using a string in a condition is confusing Problem: Vim9: error for using a string in a condition is confusing. Solution: Give a more specific error. Also adjust the compile time type checking for || and &&.
diff --git a/src/version.c b/src/version.c index 28f95cf..092801c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1977, +/**/ 1976, /**/ 1975,