commit | ce2c5444e2556d8d156ab447d6d196f9ecd11ddc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 21:21:17 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 21:21:17 2020 +0100 |
tree | 121e5ec45094164dae53a41f13e578313af127b1 | |
parent | f8ca03bf9161ab9ee1a29db1d13c02b317c10029 [diff] [blame] |
patch 8.2.2066: Vim9: assignment with += doesn't work Problem: Vim9: assignment with += doesn't work. Solution: Do not see the "+" as an addition operator.
diff --git a/src/version.c b/src/version.c index dac3d5c..b94f0df 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2066, +/**/ 2065, /**/ 2064,