commit | 98f9a5f4cbe6061e09bccf6074afe0a88a504219 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 22:22:38 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 22:22:38 2021 +0200 |
tree | 30d7aea4efa97e7222d810d5035f9d38f763c807 | |
parent | e3ffaa6b7c2d53ab53da933ec91382d003cf9a12 [diff] [blame] |
patch 8.2.3060: 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 7fbd6d0..069d8ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3060, +/**/ 3059, /**/ 3058,