commit | 2415669348c455df0d1b9bf55b17a06d2f990c19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 20:35:49 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 20:35:49 2021 +0100 |
tree | 0f17d2160462712e8766b589157b6bb6314d78aa | |
parent | fadd55bd633b3b84d41a691e953f569bb6c21689 [diff] [blame] |
patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end Problem: Vim9: cannot handle line break after parenthesis at line end. Solution: Skip over line break. (closes #7677)
diff --git a/src/version.c b/src/version.c index cfc9290..48ba60f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2349, +/**/ 2348, /**/ 2347,