commit | 4e12a5df37ed4a47ca94a8b9393c768e8ca1f75a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 20:50:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 20:50:59 2020 +0100 |
tree | 3f3386ab89dbb5d4c813c142b852856dcd7bc1ff | |
parent | b283a8a6802ef8a46b17cb439f9514840c03698f [diff] [blame] |
patch 8.2.0201: cannot assign to an imported variable Problem: Cannot assign to an imported variable. Solution: Make it work.
diff --git a/src/version.c b/src/version.c index 6b7fe09..01e54a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 201, +/**/ 200, /**/ 199,