commit | d5053d015a957b343ad9c9e45e0abd2978f10cf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 15:51:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 15:51:16 2020 +0200 |
tree | 4154d4cd881536a310adec7425bcb9e1c05da85d | |
parent | 06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03 [diff] [blame] |
patch 8.2.1079: Vim9: no line break allowed in a while loop Problem: Vim9: no line break allowed in a while loop. Solution: Update stored loop lines when finding line breaks.
diff --git a/src/version.c b/src/version.c index 4394d52..8047cbe 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1079, +/**/ 1078, /**/ 1077,