commit | 21f0d6cbca9c93e2319d45a33ba26b10a85ff4dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 17:35:49 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 17:35:49 2022 +0000 |
tree | 3015c586b20581bd659e909b145cfc282f1caaf1 | |
parent | 4ede01f18884961f2e008880b4964e5d61ea5c36 [diff] [blame] |
patch 8.2.4161: Vim9: warning for missing white space after imported variable Problem: Vim9: warning for missing white space after imported variable. Solution: Do not skip white space. (closes #9567)
diff --git a/src/version.c b/src/version.c index 901d671..fae00dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4161, +/**/ 4160, /**/ 4159,