commit | e535db86e76db5e8fcd2fa8ad54050e171e8adc3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 31 21:07:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 31 21:07:24 2021 +0200 |
tree | 34938b8ee9c7d723ee06ae49de14e0693c826b95 | |
parent | dad4473f02e1fec86d43a2fc094536a4b27d3b25 [diff] [blame] |
patch 8.2.2680: Vim9: problem defining a script variable from legacy function Problem: Vim9: problem defining a script variable from legacy function. Solution: Check if the script is Vim9, not the current syntax. (closes #8032)
diff --git a/src/version.c b/src/version.c index 4947b56..d448b94 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2680, +/**/ 2679, /**/ 2678,