1
0
forked from aniani/vim

patch 8.2.0723: Vim9: nested constant expression not evaluated compile time

Problem:    Vim9: nested constant expression not evaluated compile time.
Solution:   Use compile_expr1() for parenthesis.
This commit is contained in:
Bram Moolenaar
2020-05-09 18:28:34 +02:00
parent 7f14155f42
commit 1c74721233
3 changed files with 33 additions and 4 deletions

View File

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