diff src/version.c @ 19585:0303f920a7d4 v8.2.0349

patch 8.2.0349: Vim9: constant expression not well tested Commit: https://github.com/vim/vim/commit/6d69bf602b4ebdb195f02953a0b33c91ec08e599 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 3 19:02:12 2020 +0100 patch 8.2.0349: Vim9: constant expression not well tested Problem: Vim9: constant expression not well tested. Solution: Add tests for "if" with constant expression.
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Mar 2020 19:15:04 +0100
parents ba35daca6553
children e61dc51ab9b4
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 */
 /**/
+    349,
+/**/
     348,
 /**/
     347,