diff options
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 62 |
1 files changed, 57 insertions, 5 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 7a7492bc46..1f8aaf6e69 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -71,9 +71,61 @@ static char *features[] = { // clang-format off static int included_patches[] = { + //790, + //789, + //788, + //787, + //786, + //785, + 784, + //783, + //782, + 781, + //780, + //779, + //778, + //777, + 776, + 775, + 774, + 773, + //772, + //771, + //770, + //769, + //768, + //767, + //766, + //765, + //764, + //763, + //762, + //761, + //760, + //759, + //758, + //757, + //756, + //755, + //754, + //753, + //752, + //751, + //750, + //749, + //748, + //747, + //746, + //745, + //744, + //743, + //742, + //741, + //740, + //739, //738 NA //737, - //736, + 736, //735, //734, //733, @@ -141,8 +193,8 @@ static int included_patches[] = { //671, //670, //669 NA - //668, - //667, + 668, + 667, //666 NA //665, //664 NA @@ -163,7 +215,7 @@ static int included_patches[] = { //649, //648 NA //647 NA - //646, + 646, //645, //644 NA //643, @@ -209,7 +261,7 @@ static int included_patches[] = { //603, //602, 601, - //600, + 600, 599, //598, 597, |