diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-31 22:38:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-31 22:38:17 +0200 |
commit | badd8486f7442bfcf55e0234ece80488958e7114 (patch) | |
tree | a1f41f30f0e7579585be9dcd4f6e84f7157429c1 /src/version.c | |
parent | 3a53ec8bdddccf06a0e9db263277c50a6015294d (diff) | |
download | vim-git-badd8486f7442bfcf55e0234ece80488958e7114.tar.gz |
patch 8.2.1331: Vim9: :echo with two lists doesn't workv8.2.1331
Problem: Vim9: :echo with two lists doesn't work.
Solution: Do not skip white space before []. (closes #6552)
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 b52bd2f50..225674268 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1331, +/**/ 1330, /**/ 1329, |