diff src/version.c @ 19593:043989a2f449 v8.2.0353

patch 8.2.0353: Vim9: while loop not tested Commit: https://github.com/vim/vim/commit/d0df1aacd81000d95815bea397257d8dc0d2c72d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 4 21:50:46 2020 +0100 patch 8.2.0353: Vim9: while loop not tested Problem: Vim9: while loop not tested. Solution: Add test with "while", "break" and "continue"
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Mar 2020 22:00:04 +0100
parents ac3f5096f438
children 1de842e3c329
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    353,
+/**/
     352,
 /**/
     351,