From f86acd213b63e2d4b3ed87ad3a7998fa2d7a43ad Mon Sep 17 00:00:00 2001 From: Marvim the Paranoid Android Date: Wed, 15 Jan 2020 08:59:48 +0100 Subject: [PATCH] version.c: update [ci skip] #11689 vim-patch:8.0.1789: BufWinEnter does not work well for a terminal window vim-patch:8.2.0105: Vim license not easy to find on github vim-patch:8.2.0106: printf formats are not exactly right vim-patch:8.2.0107: hgignore is out of sync from gitignore --- src/nvim/version.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 8bfd2f5021..c67fd9175f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -149,7 +149,7 @@ static const int included_patches[] = { 1772, 1771, 1770, - // 1769, + 1769, 1768, 1767, 1766, @@ -325,7 +325,7 @@ static const int included_patches[] = { 1596, 1595, 1594, - // 1593, + 1593, // 1592, // 1591, 1590, @@ -791,7 +791,7 @@ static const int included_patches[] = { 1130, // 1129, 1128, - // 1127, + 1127, 1126, // 1125, 1124, @@ -1016,7 +1016,7 @@ static const int included_patches[] = { 905, 904, 903, - // 902, + 902, 901, 900, 899,