comparison 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
comparison
equal deleted inserted replaced
19584:3aaaa407d308 19585:0303f920a7d4
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 349,
741 /**/ 743 /**/
742 348, 744 348,
743 /**/ 745 /**/
744 347, 746 347,
745 /**/ 747 /**/