commit | 99fa721944dda9d07c53c907c33466728df5c271 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 26 15:59:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 26 15:59:55 2020 +0200 |
tree | 7ead4c06b56e21eb208ea1b9673cd463ba13f3c0 | |
parent | e297802d6ddbebbf36f9a2d01127c034fab88b3b [diff] [blame] |
patch 8.2.0644: insufficient testing for invalid function arguments Problem: Insufficient testing for invalid function arguments. Solution: Add more tests. (Yegappan Lakshmanan, closes #5988)
diff --git a/src/version.c b/src/version.c index e78fc73..8c4cc71 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 644, +/**/ 643, /**/ 642,