diff options
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 6ca226b45f..6056a9d2a7 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -176,7 +176,10 @@ static char *(features[]) = { NULL }; +// clang-format off static int included_patches[] = { + //591 NA + //590, //589 NA //588, //587, @@ -244,15 +247,15 @@ static int included_patches[] = { //525, //524, //523 NA - //522, + //522 NA 521, 520, //519, 518, - //517, + 517, 516, //515, - //514, + 514, 513, //512 NA //511 NA @@ -768,6 +771,7 @@ static int included_patches[] = { 1, 0 }; +// clang-format on /// Place to put a short description when adding a feature with a patch. /// Keep it short, e.g.,: "relative numbers", "persistent undo". |