commit | 7a4981b93642b5b62018cd8150b3fb0dfa2417d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 20:46:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 20:46:29 2020 +0200 |
tree | 234824ae083f16be5bcccd8d534fc1b3715b1812 | |
parent | a0a0c4147fd966e0cd923a2bbfb84b14b15a297e [diff] [blame] |
patch 8.2.1073: Vim9: no line break allowed in () expression Problem: Vim9: no line break allowed in () expression. Solution: Skip a line break.
diff --git a/src/version.c b/src/version.c index 51a9336..4184a69 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1073, +/**/ 1072, /**/ 1071,