-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim fbf2122...faac410 (5): > patch 8.2.0611: Vim9: no check for space before #comment > patch 8.2.0610: some tests are still old style > patch 8.2.0609: configure does not detect moonjit correctly > patch 8.2.0608: warning from clang when building message test > patch 8.2.0607: gcc warns for using uninitialized variable https://travis-ci.org/vim/vim-appimage/builds/677347955 [ci skip]
- Loading branch information
Travis CI
committed
Apr 20, 2020
1 parent
eea48f3
commit 335f9a3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
22 files
+1 −1 | src/auto/configure | |
+1 −1 | src/configure.ac | |
+1 −1 | src/eval.c | |
+24 −23 | src/evalvars.c | |
+1 −1 | src/ex_docmd.c | |
+1 −1 | src/message_test.c | |
+3 −0 | src/testdir/test_blob.vim | |
+2 −0 | src/testdir/test_cursor_func.vim | |
+0 −92 | src/testdir/test_eval.in | |
+ − | src/testdir/test_eval.ok | |
+0 −10 | src/testdir/test_eval_func.vim | |
+11 −1 | src/testdir/test_eval_stuff.vim | |
+1 −0 | src/testdir/test_expr.vim | |
+9 −1 | src/testdir/test_filter_map.vim | |
+19 −0 | src/testdir/test_functions.vim | |
+43 −1 | src/testdir/test_listdict.vim | |
+1 −1 | src/testdir/test_sort.vim | |
+4 −0 | src/testdir/test_syntax.vim | |
+3 −0 | src/testdir/test_utf8.vim | |
+63 −0 | src/testdir/test_vim9_script.vim | |
+80 −0 | src/testdir/test_vimscript.vim | |
+10 −0 | src/version.c |