diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-11-30 21:12:19 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-11-30 21:12:19 +0100 |
commit | da7c20c9531739bdefa9d4418e6765fb181066e9 (patch) | |
tree | 6bf807f700477ff01a046ae0489f2888962970aa /src/version.c | |
parent | f0068c5154a99b86b2c4515a4b93c003b2445cf4 (diff) | |
download | vim-git-8.2.2071.tar.gz |
patch 8.2.2071: Vim9: list assign doesn't except empty remainder listv8.2.2071
Problem: Vim9: list assign doesn't except empty remainder list.
Solution: Recognize list assignment with ";".
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4eb7f4b59..845713367 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2071, +/**/ 2070, /**/ 2069, |