commit | 5afd081cd3d0f3dfbc7f6b157a8caad0ce6394ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 18:33:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 18:33:13 2021 +0100 |
tree | 15a7e6e37034c5c14af4d15d864f6b16f7fb0a90 | |
parent | cec77d4530ae51ee9ffe0ab57fa7a37cced2b181 [diff] [blame] |
patch 8.2.2288: Vim9: line break and comment not always skipped Problem: Vim9: line break and comment not always skipped. Solution: Skip over white space and then line break more consistently. (closes #7610)
diff --git a/src/version.c b/src/version.c index 87d3c3d..557d165 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2288, +/**/ 2287, /**/ 2286,