commit | 1c74721233dac057778f9aef9ae20f49d934ec22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 09 18:28:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 09 18:28:34 2020 +0200 |
tree | a07cbfbbde84c6551fd2127670622253ed0ffef5 | |
parent | 7f14155f422ffcc997fc5a0b635a20a4bafd2093 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 741e3b3..3084d9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 723, +/**/ 722, /**/ 721,