commit | b7a78f7a6713f07d2fcad0b27dea22925c7b1cdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 18:43:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 18:43:40 2020 +0200 |
tree | f1eb802f74a924f91ba0ceddde5db8229c75aeda | |
parent | d5053d015a957b343ad9c9e45e0abd2978f10cf0 [diff] [blame] |
patch 8.2.1080: Vim9: no line break allowed in a for loop Problem: Vim9: no line break allowed in a for loop. Solution: Skip line breaks in for command.
diff --git a/src/version.c b/src/version.c index 8047cbe..0c24515 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1080, +/**/ 1079, /**/ 1078,