commit | 22480d147fe83cb31316d2dabc5c5f249477af15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 25 21:31:09 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 25 21:31:09 2021 +0200 |
tree | 41e23f9a7884b11073b1b4f0b76ca318b3560502 | |
parent | f3d30842dcc8ef4134da462bd4197ae2e2c6c0c1 [diff] [blame] |
patch 8.2.3048: strange error for white space after ++ command Problem: Strange error for white space after ++ command. Solution: Check for white space explicitly. (closes #8440)
diff --git a/src/version.c b/src/version.c index 3898725..4cef712 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3048, +/**/ 3047, /**/ 3046,