commit | 75ebd2aab0f009049561f60424d521ba5f80063a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 03 17:39:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 03 17:39:46 2022 +0100 |
tree | 08dcb10638a10e06467a8372d0916f02c84d41ad | |
parent | bfaa24f95343af9c058696644375d04e660f1b00 [diff] [blame] |
patch 8.2.5053: cannot have a comment halfway an expression in a block Problem: Cannot have a comment halfway an expression in an autocmd command block. Solution: When skipping over the NL also skip over comments. (closes #10519)
diff --git a/src/version.c b/src/version.c index 36a69d9..0f33fb2 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5053, +/**/ 5052, /**/ 5051,