commit | aa1959bd5e82350bb4a82d9a5188c29d70706ec4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 15 22:13:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 15 22:13:39 2021 +0200 |
tree | d998cbab85e7b3b53d0b9c773764cfd690595065 | |
parent | fe090eb58fad1aaf83267d0b4ace9f024a5ba2bc [diff] [blame] |
patch 8.2.2771: Vim9: assignment not recognized if declaration was skipped Problem: Vim9: assignment not recognized if declaration was skipped. Solution: Also recognized an assignment if the variable does not exist. (closes #8108)
diff --git a/src/version.c b/src/version.c index 8cbe3d3..44cf5ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2771, +/**/ 2770, /**/ 2769,