commit | 543e6f3467f208930a5d7fadb82133334bf31356 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 22:45:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 22:45:38 2020 +0200 |
tree | 25b194a6701e6eab32449218d4f8dd0d6d93eb81 | |
parent | 7ff78465f7057a672a6de0d75d56286da253501b [diff] [blame] |
patch 8.2.1176: Vim9: not enough type checking in Vim9 script Problem: Vim9: not enough type checking in Vim9 script. Solution: Use same type checking as in a :def function.
diff --git a/src/version.c b/src/version.c index ac5425d..6c6211d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1176, +/**/ 1175, /**/ 1174,