commit | 939b5db4808770d3a2ec35e3902a9d5165adc0cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 22:49:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 22:49:08 2020 +0200 |
tree | 3936ed0bf20892204a67d325e5f292a5e903df83 | |
parent | affc8fd2cda77fbd47df2594da417a9f9a9bb9b6 [diff] [blame] |
patch 8.2.0659: Vim9: no test for equal func type Problem: Vim9: no test for equal func type. Solution: Add a test. Improve type check.
diff --git a/src/version.c b/src/version.c index 127f906..d3a1b0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 659, +/**/ 658, /**/ 657,