commit | eef2102e20d24f5fbd1c9f53c7a35df61585c5ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 22:16:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 22:16:43 2020 +0200 |
tree | 1bfa42d3637ea2b19021b1a7f6e859791f343ad4 | |
parent | e4218b9416bdcd78b9779a06258198573a0c369e [diff] [blame] |
patch 8.2.1349: Vim9: can define a function with the name of an import Problem: Vim9: can define a function with the name of an import. Solution: Disallow using an existing name. (closes #6585)
diff --git a/src/version.c b/src/version.c index e715d8a..c98d2ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1349, +/**/ 1348, /**/ 1347,