diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-08-12 21:44:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-12 21:44:12 +0200 |
commit | d42547f3223cff8e56df1ff9f493522342de3ebd (patch) | |
tree | f12cdcda2c79c9daf908813fa2c2ec292bd2c2e5 /src/nvim/version.c | |
parent | f2fd5afb48786c4272105b0adda6977ee1fd6f2e (diff) | |
parent | c87dbadc44f7d3705c7cf4e4dc7345da33f63e1a (diff) | |
download | rneovim-d42547f3223cff8e56df1ff9f493522342de3ebd.tar.gz rneovim-d42547f3223cff8e56df1ff9f493522342de3ebd.tar.bz2 rneovim-d42547f3223cff8e56df1ff9f493522342de3ebd.zip |
Merge #7088 from justinmk/vimpatches
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 72af7dbafd..f4984864f3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -428,13 +428,13 @@ static const int included_patches[] = { // 527, // 526, // 525, - // 524, + 524, // 523, // 522, // 521, // 520, // 519, - // 518, + 518, // 517, // 516, // 515, @@ -558,7 +558,7 @@ static const int included_patches[] = { // 397, // 396, // 395, - // 394, + 394, 393, // 392, // 391, @@ -641,7 +641,7 @@ static const int included_patches[] = { // 314, // 313, // 312, - // 311, + 311, // 310, // 309, // 308, @@ -662,7 +662,7 @@ static const int included_patches[] = { // 293, // 292, // 291, - // 290, + 290, // 289, // 288 NA // 287, @@ -717,7 +717,7 @@ static const int included_patches[] = { // 238, // 237, // 236, - // 235, + 235, // 234, // 233, // 232 NA @@ -824,9 +824,9 @@ static const int included_patches[] = { // 131, // 130 NA // 129 NA - // 128, + 128, 127, - // 126, + 126, // 125, 124, // 123 NA @@ -862,7 +862,7 @@ static const int included_patches[] = { // 93 NA // 92, // 91, - // 90, + 90, // 89 NA 88, // 87 NA |