commit | f24f51d03035379cf3e5b2dccf489a40bc4ca92a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 12:01:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 01 12:01:49 2021 +0200 |
tree | b82579f144080d552d534fda4595c1a81fb8df68 | |
parent | f5d52c90e0f2f51622a911b646024b2ad1225ed4 [diff] [blame] |
patch 8.2.3264: Vim9: assign test fails Problem: Vim9: assign test fails. Solution: Add missing change.
diff --git a/src/version.c b/src/version.c index 76c3e97..1a05c52 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3264, +/**/ 3263, /**/ 3262,