diff options
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index fe6f4b1635..c1fe19bb9c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -178,7 +178,7 @@ static char *(features[]) = { }; static int included_patches[] = { - //560, + //560 NA //559, //558 NA //557 NA @@ -189,35 +189,35 @@ static int included_patches[] = { 552, //551, //550, - //549, + 549, //548 NA - //547, + 547, //546, - //545, + 545, //544 NA 543, //542, - //541, + 541, //540 NA //539, - //538, + 538, //537, - //536, + 536, //535, //534 NA - //533, + 533, //532, //531, //530, //529, - //528, - //527, + 528, + 527, //526, //525, //524, //523 NA //522, - //521, + 521, 520, //519, 518, @@ -229,7 +229,7 @@ static int included_patches[] = { //512 NA //511 NA //510 NA - //509, + //509 NA 508, //507 NA //506 NA @@ -251,7 +251,7 @@ static int included_patches[] = { //490, 489, 488, - //487, + 487, 486, 485, //484 NA @@ -294,7 +294,7 @@ static int included_patches[] = { //446, //445, 444, - //443, + //443 NA 442, 441, 440, @@ -335,7 +335,7 @@ static int included_patches[] = { 405, //404 NA //403 NA - //402, + //402 NA //401 NA //400 NA //399 NA @@ -526,7 +526,7 @@ static int included_patches[] = { //214 NA 213, //212 NA - //211, + 211, 210, 209, //208 NA |