diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2020-01-08 07:38:10 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2020-01-07 22:38:10 -0800 |
commit | a91ea028303ea28a4667072d5db1ae10e8af80c9 (patch) | |
tree | 36f02ebdd7b3c0ca2781282c0711a0ce25f56d9e /src/nvim/version.c | |
parent | e8d61005dc2edb6b89c8bbea156770fbef73aefc (diff) | |
download | rneovim-a91ea028303ea28a4667072d5db1ae10e8af80c9.tar.gz rneovim-a91ea028303ea28a4667072d5db1ae10e8af80c9.tar.bz2 rneovim-a91ea028303ea28a4667072d5db1ae10e8af80c9.zip |
version.c: update [ci skip] #11636
vim-patch:8.0.0902: cannot specify directory or environment for a job
vim-patch:8.0.1127: Test_peek_and_get_char fails on 32 bit system
vim-patch:8.1.0661: clipboard regexp might be used recursively
vim-patch:8.1.0834: GUI may wait too long before dealing with messages
vim-patch:8.2.0040: timers test is still flaky on Travis for Mac
vim-patch:8.2.0053: windowsversion() does not always return the right value
vim-patch:8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabled
vim-patch:8.2.0057: cannot build with small features
vim-patch:8.2.0059: compiler warnings for unused variables in small build
vim-patch:8.2.0060: message test only runs with one encoding
vim-patch:8.2.0065: Amiga and alikes: autoopen only used on Amiga OS4
vim-patch:8.2.0080: globals using INIT4() are not in the tags file
vim-patch:8.2.0081: MS-Windows also need the change to support INIT4()
vim-patch:8.2.0086: build error for small version
vim-patch:8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30
vim-patch:8.2.0100: macros for Ruby are too complicated
Diffstat (limited to 'src/nvim/version.c')
-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 4360b3776b..8bfd2f5021 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -101,7 +101,7 @@ static const int included_patches[] = { 1820, 1819, 1818, - // 1817, + 1817, 1816, 1815, 1814, @@ -132,7 +132,7 @@ static const int included_patches[] = { // 1789, 1788, 1787, - // 1786, + 1786, 1785, 1784, // 1783, @@ -378,9 +378,9 @@ static const int included_patches[] = { // 1543, 1542, 1541, - // 1540, + 1540, 1539, - // 1538, + 1538, 1537, 1536, 1535, @@ -396,7 +396,7 @@ static const int included_patches[] = { // 1525, 1524, 1523, - // 1522, + 1522, 1521, // 1520, 1519, @@ -423,11 +423,11 @@ static const int included_patches[] = { 1498, 1497, 1496, - // 1495, + 1495, 1494, 1493, 1492, - // 1491, + 1491, 1490, 1489, 1488, @@ -562,7 +562,7 @@ static const int included_patches[] = { 1359, // 1358, 1357, - // 1356, + 1356, // 1355, // 1354, 1353, |