-
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 ce436de...7929651 (4): > patch 8.2.0427: it is not possible to check for a typo in a feature name > patch 8.2.0426: some errors were not tested for > patch 8.2.0425: code for modeless selection not sufficiently tested > patch 8.2.0424: checking for wrong return value https://travis-ci.org/vim/vim-appimage/builds/665549398 [ci skip]
- Loading branch information
Travis CI
committed
Mar 22, 2020
1 parent
a5dad35
commit 477ad50
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
23 files
+17 −7 | runtime/doc/eval.txt | |
+977 −304 | src/evalfunc.c | |
+4 −0 | src/testdir/Make_all.mak | |
+3 −0 | src/testdir/check.vim | |
+1 −1 | src/testdir/gen_opt_test.vim | |
+172 −0 | src/testdir/mouse.vim | |
+1 −0 | src/testdir/test_buffer.vim | |
+0 −16 | src/testdir/test_edit.vim | |
+9 −1 | src/testdir/test_functions.vim | |
+4 −1 | src/testdir/test_global.vim | |
+397 −0 | src/testdir/test_modeless.vim | |
+0 −24 | src/testdir/test_normal.vim | |
+8 −3 | src/testdir/test_options.vim | |
+255 −0 | src/testdir/test_selectmode.vim | |
+3 −0 | src/testdir/test_tcl.vim | |
+17 −185 | src/testdir/test_termcodes.vim | |
+4 −0 | src/testdir/test_terminal.vim | |
+13 −6 | src/testdir/test_vim9_script.vim | |
+3 −115 | src/testdir/test_visual.vim | |
+29 −0 | src/testdir/test_window_cmd.vim | |
+1 −1 | src/ui.c | |
+8 −0 | src/version.c | |
+1 −1 | src/vim9execute.c |