commit | 27491cd3ef86c10a2b64bcb657f29e1d0fccb183 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 21:54:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 21:54:56 2020 +0200 |
tree | 2a0f6dd9c839f1f755d33e158fedf4a12de75ce0 | |
parent | a604ccc959c3bff88d3d5bc3c965819fc326d239 [diff] [blame] |
patch 8.2.1851: Vim9: "!" followed by space incorrectly used Problem: Vim9: "!" followed by space incorrectly used. Solution: Skip over trailing spaces. (closes #7131)
diff --git a/src/version.c b/src/version.c index a2d8221..934b822 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1851, +/**/ 1850, /**/ 1849,