diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2019-12-12 09:37:23 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-12 00:37:23 -0800 |
commit | 914555b14c073e03396beaa05f2a1dc3af3b4a33 (patch) | |
tree | 6f0252b99dcdba4411e04bf7e34f43684f58027f /src | |
parent | d9ab83d057e1d5806ab61319bcb6cb03a8856496 (diff) | |
download | rneovim-914555b14c073e03396beaa05f2a1dc3af3b4a33.tar.gz rneovim-914555b14c073e03396beaa05f2a1dc3af3b4a33.tar.bz2 rneovim-914555b14c073e03396beaa05f2a1dc3af3b4a33.zip |
version.c: update [ci skip] #11415
vim-patch:8.1.0121: crash when using ballooneval related to 'vartabstop'
vim-patch:8.1.0132: lua tests are old style
vim-patch:8.1.0134: Lua interface does not support funcref
vim-patch:8.1.0758: font number is always one instead of the actual
vim-patch:8.1.0808: MS-Windows: build error with GUI
vim-patch:8.1.1767: FEAT_SESSION defined separately
vim-patch:8.1.1958: old style comments taking up space
vim-patch:8.1.2327: cannot build with Hangul input
vim-patch:8.1.2328: a few hangul input pieces remain
vim-patch:8.1.2352: CI doesn't cover FreeBSD
vim-patch:8.1.2354: Cirrus CI runs on another repository
vim-patch:8.1.2359: cannot build without FEAT_FLOAT
vim-patch:8.1.2370: build problems on VMS
vim-patch:8.1.2372: VMS: failing realloc leaks memory
vim-patch:8.1.2374: unused parts of libvterm are included
vim-patch:8.1.2376: preprocessor indents are incorrect
vim-patch:8.1.2383: using old C style comments
vim-patch:8.1.2404: channel test fails under valgrind
vim-patch:8.1.2407: proto files, dependencies and build instructions outdated
vim-patch:8.1.2409: creating the distribution doesn't work as documented
vim-patch:8.1.2410: MS-Windows: test_iminsert fails without IME support
vim-patch:8.1.2413: cannot update ex_cmdidxs.h on MS-Windows
vim-patch:8.1.2414: MS-Windows: properties dialog box shows wrong character
vim-patch:8.1.2417: MinGW/Cygwin build does not clean up all files
vim-patch:8.1.2423: MS-Windows properties shows version as "8, 1, 0"
Diffstat (limited to 'src')
-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 f678b743c2..4cadc9fd6c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -125,7 +125,7 @@ static const int included_patches[] = { 1796, 1795, // 1794, - // 1793, + 1793, 1792, 1791, 1790, @@ -469,7 +469,7 @@ static const int included_patches[] = { 1452, 1451, 1450, - // 1449, + 1449, 1448, 1447, 1446, @@ -513,7 +513,7 @@ static const int included_patches[] = { 1408, 1407, 1406, - // 1405, + 1405, 1404, 1403, 1402, |