commit | 2c79e9d14dc0e61d8c357946d01107ec23ec0fe2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 18:57:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 18:57:52 2020 +0200 |
tree | c89c47e7288d3b4e94e06546a661c17d7eb416c4 | |
parent | 333894b195479c9304a19f4e6ec1a9c09ecf07e4 [diff] [blame] |
patch 8.2.1344: Vim9: No test for trying to redefine global function Problem: Vim9: No test for trying to redefine global function. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 33274ac..c6b6e8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1344, +/**/ 1343, /**/ 1342,