commit | 7e8967fdcdf45caf08753bb791dc3779e78b34c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 21:56:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 21:56:17 2020 +0200 |
tree | 0bc241641288c757993ffe97bf1c39fa955941fe | |
parent | 9215f01218b2ed2cfe49c1f43fcf342bd9ffdded [diff] [blame] |
patch 8.2.1075: Vim9: no line break allowed in :echo expression Problem: Vim9: no line break allowed in :echo expression. Solution: Skip linebreak.
diff --git a/src/version.c b/src/version.c index dc05521..c304fe5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1075, +/**/ 1074, /**/ 1073,