diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2020-01-15 08:59:48 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2020-01-14 23:59:48 -0800 |
commit | f86acd213b63e2d4b3ed87ad3a7998fa2d7a43ad (patch) | |
tree | 47c437a6a5b37e4168850433da37aa88d98e2f87 /src | |
parent | 3d1531aee5d92375b69098de8f8c788ea407b066 (diff) | |
download | rneovim-f86acd213b63e2d4b3ed87ad3a7998fa2d7a43ad.tar.gz rneovim-f86acd213b63e2d4b3ed87ad3a7998fa2d7a43ad.tar.bz2 rneovim-f86acd213b63e2d4b3ed87ad3a7998fa2d7a43ad.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 8 |
1 files 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, |