commit | ce7eada12ea16c830332042f0021a9564bbb25af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 15:41:44 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 15:41:44 2021 +0000 |
tree | fce1a25ce1feba54a4f3e5154f3bd2200d133c20 | |
parent | cfabad9bcf45650dee1f1f41ec4047f82a12f323 [diff] [blame] |
patch 8.2.3815: Vim9: cannot have a multi-line dict inside a block Problem: Vim9: cannot have a multi-line dict inside a block. Solution: Do not split the command at a line break, handle NL characters as white space.
diff --git a/src/version.c b/src/version.c index 3395864..7029134 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3815, +/**/ 3814, /**/ 3813,