commit | 5269bd2a724fdb8c16c9635ef744a670f1bc8bd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 09 19:25:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 09 19:25:27 2020 +0100 |
tree | 18c5fb9d7cd245085c16c86b6f2b05ed7a1530ac | |
parent | 3a2505cc183b3c5f4852ae8a945172582fbc650f [diff] [blame] |
patch 8.2.0368: Vim9: import that redefines local variable does not fail Problem: Vim9: import that redefines local variable does not fail. Solution: Check for already defined symbols.
diff --git a/src/version.c b/src/version.c index 0c0cebe..b02d56a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 368, +/**/ 367, /**/ 366,