commit | 24e9316560bd5c9ea2e5a963335aedff025e7f66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 20:40:33 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 20:40:33 2021 +0200 |
tree | 6dfc77fa4bd70cea03de9c8eedab7f0899707af9 | |
parent | 4db572eeb2b42819268e934e76c67163316d873f [diff] [blame] |
patch 8.2.3179: Vim9: cannot assign to an imported variable at script level Problem: Vim9: cannot assign to an imported variable at script level. Solution: Lookup imported items when assigning.
diff --git a/src/version.c b/src/version.c index 6f7864a..48e6748 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3179, +/**/ 3178, /**/ 3177,