commit | 015cf103115f9a0380ae3e3e85a77792cfe87d49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 21:52:02 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 21:52:02 2021 +0200 |
tree | f92897f4d2040558626d1f14d1b8dd354ba53d97 | |
parent | 307dec4567e0f64a7a4cfc2d5302d2aba26db775 [diff] [blame] |
patch 8.2.3058: Vim9: cannot use ternary operator in parenthesis Problem: Vim9: cannot use ternary operator in parenthesis. Solution: Do not use "==" for a default argument value. (closes #8462)
diff --git a/src/version.c b/src/version.c index 6069a39..59f84d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3058, +/**/ 3057, /**/ 3056,