commit | 4fdae9996fb9a9bc1291a61e7b85cb360feb7599 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 16:38:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 16:38:57 2020 +0200 |
tree | df24dd3ca0ab0120654db41a1a64d07bd9613795 | |
parent | acc770a10f65107131473ea2ab4ae5d429dfe172 [diff] [blame] |
patch 8.2.0555: Vim9: line continuation is not always needed Problem: Vim9: line continuation is not always needed. Solution: Recognize continuation lines automatically in list and dict.
diff --git a/src/version.c b/src/version.c index 08a95a5..375ae6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 555, +/**/ 554, /**/ 553,