commit | 442af2f89e29fb60790bffde2def9cd74a081780 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 21:09:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 21:09:52 2020 +0200 |
tree | 6d9291f650a047156a561b33cfd0bcdb93397699 | |
parent | 743d0620203388bf87dc611cea544b485e4b9f85 [diff] [blame] |
patch 8.2.1122: Vim9: line continuation in dict member not recognized Problem: Vim9: line continuation in dict member not recognized. Solution: Check for line continuation.
diff --git a/src/version.c b/src/version.c index de98479..00aca2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1122, +/**/ 1121, /**/ 1120,