1
0
forked from aniani/vim

patch 8.2.0708: Vim9: constant expressions are not simplified

Problem:    Vim9: constant expressions are not simplified.
Solution:   Simplify string concatenation.
This commit is contained in:
Bram Moolenaar
2020-05-07 16:58:17 +02:00
parent f391586f3f
commit 61a8981699
4 changed files with 516 additions and 367 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
708,
/**/
707,
/**/