1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-06-26 21:52:02 +02:00
parent 307dec4567
commit 015cf10311
3 changed files with 15 additions and 1 deletions

View File

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