diff options
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 63 |
1 files changed, 48 insertions, 15 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index da2b3630d9..5a0b01df28 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -184,8 +184,41 @@ static char *(features[]) = { }; static int included_patches[] = { - // Add new patch number below this line - //410, + //444, + //443, + //442, + //441, + //440, + //439, + //438, + //437, + //436, + //435, + //434, + //433, + //432 NA + //431 NA + //430, + //429 NA + //428 NA + //427, + //426 NA + //425, + //424 NA + //423, + //422, + //421, + //420 NA + //419, + //418, + //417, + //416, + //415, + //414, + //413 NA + //412 NA + //411, + 410, //409 NA //408, //407, @@ -212,31 +245,31 @@ static int included_patches[] = { //386, //385, //384 NA - //383, - //382, - //381, + 383, + 382, + 381, //380 NA - //379, + 379, //378, - //377, + 377, 376, //375, - //374, - //373 NA - //372, + 374, + 373, + 372, 371, 370, 369, 368, 367, //366, - //365, - //364, + 365, + 364, //363, 362, - //361, + 361, //360, - //359, + 359, 358, 357, //356 NA @@ -290,7 +323,7 @@ static int included_patches[] = { 308, //307 NA 306, - //305, + 305, //304 NA 303, 302, |