diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2020-04-24 23:33:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 23:33:15 +0200 |
commit | c9f4cac3c9ae328156f72d7b61b4490e9ecc754c (patch) | |
tree | 13607d92a67b8d38ca6a524abaee8ec9d1342a0e | |
parent | deb4566cab91a487f2b0b0b5b4b427138f377afe (diff) | |
download | rneovim-c9f4cac3c9ae328156f72d7b61b4490e9ecc754c.tar.gz rneovim-c9f4cac3c9ae328156f72d7b61b4490e9ecc754c.tar.bz2 rneovim-c9f4cac3c9ae328156f72d7b61b4490e9ecc754c.zip |
version.c: update [ci skip] (#12084)
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9c14ced2ad..15a9713c7c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -398,7 +398,7 @@ static const int included_patches[] = { 1523, 1522, 1521, - // 1520, + 1520, 1519, 1518, 1517, @@ -530,7 +530,7 @@ static const int included_patches[] = { 1391, 1390, 1389, - // 1388, + 1388, 1387, 1386, 1385, @@ -789,7 +789,7 @@ static const int included_patches[] = { 1132, 1131, 1130, - // 1129, + 1129, 1128, 1127, 1126, |