comparison src/version.c @ 20305:9a5e2370df0e v8.2.0708

patch 8.2.0708: Vim9: constant expressions are not simplified Commit: https://github.com/vim/vim/commit/61a89816996a0cad0d711c91e6e7cea9a9101211 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 16:58:17 2020 +0200 patch 8.2.0708: Vim9: constant expressions are not simplified Problem: Vim9: constant expressions are not simplified. Solution: Simplify string concatenation.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 17:00:03 +0200
parents 98e7b880b7b1
children ad6949eaa1c7
comparison
equal deleted inserted replaced
20304:dd0b3edad4cf 20305:9a5e2370df0e
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 708,
749 /**/ 751 /**/
750 707, 752 707,
751 /**/ 753 /**/
752 706, 754 706,
753 /**/ 755 /**/