diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2018-02-01 02:24:45 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-01 02:24:45 +0100 |
commit | ec7cbabf0156346b9e5adb8770b4ab71c4efda8e (patch) | |
tree | cca8d995eed75ce37dea2ceecb7a7b7fc4848824 /src | |
parent | dfcd09dc225d7500a3df316193151cafe8bbb644 (diff) | |
download | rneovim-ec7cbabf0156346b9e5adb8770b4ab71c4efda8e.tar.gz rneovim-ec7cbabf0156346b9e5adb8770b4ab71c4efda8e.tar.bz2 rneovim-ec7cbabf0156346b9e5adb8770b4ab71c4efda8e.zip |
version.c: update [ci skip] (#7886)
vim-patch:8.0.0175: setting language on MS-Windows does not always work
vim-patch:8.0.0185: system() test fails on MS-Windows
vim-patch:8.0.1435: memory leak in test_arabic
vim-patch:8.0.0424: compiler warnings on MS-Windows
vim-patch:8.0.0434: clang version not correctly detected
vim-patch:8.0.0458: potential crash if adding list or dict to dict fails
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 53 |
1 files changed, 26 insertions, 27 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 0c484bbeb4..da08a029b4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -823,27 +823,27 @@ static const int included_patches[] = { // 677, // 676, // 675, - // 674, - // 673, + 674, + 673, 672, // 671, // 670, // 669, - // 668, - // 667, - // 666, - // 665, - // 664, + 668, + 667, + 666, + 665, + 664, // 663, - // 662, - // 661, - // 660, - // 659, + 662, + 661, + 660, + 659, 658, 657, - // 656, - // 655, - // 654, + 656, + 655, + 654, // 653, 652, // 651, @@ -898,7 +898,7 @@ static const int included_patches[] = { // 602, 601, // 600, - // 599, + 599, // 598, 597, // 596, @@ -969,7 +969,7 @@ static const int included_patches[] = { // 531, // 530, // 529, - // 528, + 528, // 527, // 526, // 525, @@ -1049,13 +1049,13 @@ static const int included_patches[] = { // 451, // 450, // 449, - // 448, + 448, // 447, // 446, // 445, - // 444, - // 443, - // 442, + 444, + 443, + 442, // 441, // 440, // 439, @@ -1064,14 +1064,14 @@ static const int included_patches[] = { // 436, // 435, // 434, - // 433, + 433, // 432, - // 431, + 431, // 430, // 429, // 428, - // 427, - // 426, + 427, + 426, // 425, // 424, 423, @@ -1138,8 +1138,8 @@ static const int included_patches[] = { // 362, // 361, 360, - // 359, - // 358, + 359, + 358, // 357, // 356, // 355, @@ -1498,7 +1498,6 @@ static const int included_patches[] = { 2, 1, 0, - }; // clang-format on |