diff options
author | James McCoy <jamessan@jamessan.com> | 2017-08-22 09:53:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 09:53:02 -0400 |
commit | 1d175f3448a6630d6825c02d7f1b90ad0f7b0a7a (patch) | |
tree | 56432497a1df2af1756e845fa48a44fb86427727 /src/nvim/version.c | |
parent | 9ff0cc70855fc3eb11ad0162ee02e742f354d360 (diff) | |
parent | 41d180abb4693814be5833b0907e111ce46b3791 (diff) | |
download | rneovim-1d175f3448a6630d6825c02d7f1b90ad0f7b0a7a.tar.gz rneovim-1d175f3448a6630d6825c02d7f1b90ad0f7b0a7a.tar.bz2 rneovim-1d175f3448a6630d6825c02d7f1b90ad0f7b0a7a.zip |
Merge pull request #7201 from jamessan/vim-8.0.0308
vim-patch:8.0.0308,8.0.0325,8.0.0326,8.0.0437,8.0.0612,8.0.0680
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 2a3fdbd70d..598c3c3778 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -272,7 +272,7 @@ static const int included_patches[] = { // 683, // 682, // 681, - // 680, + 680, 679, 678, // 677, @@ -340,7 +340,7 @@ static const int included_patches[] = { // 615, 614, // 613, - // 612, + 612, // 611, // 610, // 609, @@ -515,7 +515,7 @@ static const int included_patches[] = { // 440, // 439, // 438, - // 437, + 437, // 436, // 435, // 434, @@ -626,8 +626,8 @@ static const int included_patches[] = { // 329, // 328, // 327, - // 326, - // 325, + 326, + 325, // 324, // 323, 322, @@ -644,7 +644,7 @@ static const int included_patches[] = { 311, // 310, // 309, - // 308, + 308, 307, // 306, // 305, |