-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 292b90d...37f471d (13): > patch 8.2.0412: MS-Windows: cannot use vimtutor from the start menu > patch 8.2.0411: Mac: breakcheck is using a value from the stone ages > patch 8.2.0410: channel test fails too often on slow Mac > patch 8.2.0409: search test leaves file behind > patch 8.2.0408: delete() commented out for testing > patch 8.2.0407: no early check if :find and :sfind have an argument > patch 8.2.0406: FileReadCmd event not well tested > patch 8.2.0405: MSVC: build fails with some combination of features > patch 8.2.0404: writefile() error does not give a hint > patch 8.2.0403: when 'buftype' is "nofile" there is no overwrite check > patch 8.2.0402: setting local instead of global flag > patch 8.2.0401: not enough test coverage for evalvars.c > patch 8.2.0400: not all tests using a terminal are in the list of flaky tests https://travis-ci.org/vim/vim-appimage/builds/664480284 [ci skip]
- Loading branch information
Travis CI
committed
Mar 19, 2020
1 parent
010f843
commit 90793d6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
29 files
+5 −4 | src/Make_mvc.mak | |
+2 −5 | src/ex_cmds.c | |
+2 −2 | src/ex_cmds.h | |
+2 −1 | src/filepath.c | |
+1 −4 | src/os_mac.h | |
+4 −4 | src/testdir/runtest.vim | |
+3 −0 | src/testdir/screendump.vim | |
+6 −0 | src/testdir/term_util.vim | |
+43 −0 | src/testdir/test_autocmd.vim | |
+2 −1 | src/testdir/test_channel.vim | |
+38 −4 | src/testdir/test_cmdline.vim | |
+10 −0 | src/testdir/test_const.vim | |
+29 −0 | src/testdir/test_diffmode.vim | |
+9 −0 | src/testdir/test_excmd.vim | |
+4 −4 | src/testdir/test_find_complete.vim | |
+4 −0 | src/testdir/test_findfile.vim | |
+8 −8 | src/testdir/test_functions.vim | |
+88 −0 | src/testdir/test_let.vim | |
+52 −0 | src/testdir/test_listdict.vim | |
+9 −1 | src/testdir/test_options.vim | |
+58 −90 | src/testdir/test_search.vim | |
+29 −0 | src/testdir/test_spell.vim | |
+3 −0 | src/testdir/test_unlet.vim | |
+3 −0 | src/testdir/test_user_func.vim | |
+1 −1 | src/testdir/test_vim9_disassemble.vim | |
+3 −0 | src/testdir/test_vimscript.vim | |
+2 −0 | src/testdir/test_writefile.vim | |
+26 −0 | src/version.c | |
+16 −15 | vimtutor.bat |