1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-06-26 22:22:38 +02:00
parent e3ffaa6b7c
commit 98f9a5f4cb
3 changed files with 8 additions and 2 deletions

View File

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