1
0
forked from aniani/vim

patch 8.2.0073: initializing globals with COMMA is clumsy

Problem:    Initializing globals with COMMA is clumsy.
Solution:   Use INIT2(), INIT3(), etc.
This commit is contained in:
Bram Moolenaar
2020-01-01 15:46:47 +01:00
parent bb062c1588
commit ea8b7aecab
3 changed files with 15 additions and 6 deletions

View File

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