commit | ec1b0968aa90d408a79b5b5dca465f65e69753a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 06 17:10:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 06 17:10:59 2021 +0200 |
tree | 806fdafa3159e5372bd16a5fcc636267f07e06cb | |
parent | 01dd6c3732a2f352d598e36336a65049614d7508 [diff] [blame] |
patch 8.2.3405: cannot have a comment line in a {} block of a user command Problem: Cannot have a comment line in a {} block of a user command. Solution: Continue after the line break. (closes #8837)
diff --git a/src/version.c b/src/version.c index cfddf6b..742f899 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3405, +/**/ 3404, /**/ 3403,