diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2020-05-01 17:08:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 08:08:27 -0700 |
commit | a6071ac04d7ab1c366b7bb68da9d7d331009a478 (patch) | |
tree | cdb9ca636f223015e3ef36a93d285b57b7cea22c /src | |
parent | 250e4e699fc4f40fdcfae4c2d1750f76d8d99cbc (diff) | |
download | rneovim-a6071ac04d7ab1c366b7bb68da9d7d331009a478.tar.gz rneovim-a6071ac04d7ab1c366b7bb68da9d7d331009a478.tar.bz2 rneovim-a6071ac04d7ab1c366b7bb68da9d7d331009a478.zip |
version.c: update [ci skip] #12196
vim-patch:8.2.0621: after running tests asan files may remain
vim-patch:8.2.0622: Haiku: GUI does not compile
vim-patch:8.2.0630: "make tags" does not cover Haiku GUI file
vim-patch:8.2.0631: Haiku file formatted with wrong tabstop
vim-patch:8.2.0632: crash when using Haiku
vim-patch:8.2.0636: :messages does not show the maintainer when $LANG is unset
vim-patch:8.2.0642: Vim9: using invalid index
vim-patch:8.2.0643: terminal uses brown instead of dark yellow
vim-patch:8.2.0645: MS-Windows terminal: CTRL-C does not get to child job
vim-patch:8.2.0651: old style benchmark test still in list of distributed files
vim-patch:8.2.0654: building with Python fails
vim-patch:8.2.0664: included undesired changes in Makefile
vim-patch:8.2.0667: cannot install Haiku version from source
vim-patch:8.2.0671: Haiku: compiler warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 15a9713c7c..e9f2b37e6b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -267,7 +267,7 @@ static const int included_patches[] = { 1654, 1653, 1652, - // 1651, + 1651, 1650, 1649, 1648, @@ -543,7 +543,7 @@ static const int included_patches[] = { 1378, 1377, 1376, - // 1375, + 1375, 1374, 1373, 1372, @@ -584,7 +584,7 @@ static const int included_patches[] = { 1337, 1336, // 1335, - // 1334, + 1334, 1333, 1332, 1331, @@ -626,7 +626,7 @@ static const int included_patches[] = { 1295, 1294, 1293, - // 1292, + 1292, 1291, 1290, 1289, @@ -776,10 +776,10 @@ static const int included_patches[] = { 1145, 1144, 1143, - // 1142, + 1142, 1141, 1140, - // 1139, + 1139, 1138, 1137, 1136, @@ -793,9 +793,9 @@ static const int included_patches[] = { 1128, 1127, 1126, - // 1125, + 1125, 1124, - // 1123, + 1123, 1122, 1121, 1120, |