commit | d0df1aacd81000d95815bea397257d8dc0d2c72d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 04 21:50:46 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 04 21:50:46 2020 +0100 |
tree | e3c65d6362986f06b66f22ed1917c0d969f8f527 | |
parent | 36ddf9383181f93b080eb26121bdff37e394d2db [diff] [blame] |
patch 8.2.0353: Vim9: while loop not tested Problem: Vim9: while loop not tested. Solution: Add test with "while", "break" and "continue"
diff --git a/src/version.c b/src/version.c index 19dc616..64e8d51 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 353, +/**/ 352, /**/ 351,