commit | 02929a372e5e14db1b85abdc7d4515d6b2d81888 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 14:46:12 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 14:46:12 2021 +0000 |
tree | c14cee53f2230ca5102b8fff1d49c5fb393b4a3e | |
parent | 259f443a934c6f2447a14bfe54403903416a9af0 [diff] [blame] |
patch 8.2.3836: Vim9: comment after expression not skipped to find NL Problem: Vim9: comment after expression not skipped to find NL. Solution: After evaluating an expression look for a newline after a # comment.
diff --git a/src/version.c b/src/version.c index 7b2c484..22f97ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3836, +/**/ 3835, /**/ 3834,