commit | d88dc4d4e950d937b44c523b9965d485f3fae4be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 20 14:49:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 20 14:49:42 2020 +0100 |
tree | 07c3df2b2d3cc13e4f890e838708df4d7de78d12 | |
parent | d0a1dee3f197d41434df4cf0271066b6aeb690fc [diff] [blame] |
patch 8.2.2167: Vim9: assign test fails Problem: Vim9: assign test fails. (Elimar Riesebieter) Solution: Adjust the test for dict assignment.
diff --git a/src/version.c b/src/version.c index ac6fb12..88889b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2167, +/**/ 2166, /**/ 2165,