-
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 7a1637f...4d5d0df (2): > patch 8.2.0579: Coverity warns for unused value > patch 8.2.0578: heredoc for interfaces does not support "trim" https://travis-ci.org/vim/vim-appimage/builds/675399275 [ci skip]
- Loading branch information
Travis CI
committed
Apr 15, 2020
1 parent
21723a6
commit f610b09
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
23 files
+3 −4 | runtime/doc/if_lua.txt | |
+4 −5 | runtime/doc/if_mzsch.txt | |
+1 −1 | runtime/doc/if_perl.txt | |
+5 −6 | runtime/doc/if_pyth.txt | |
+4 −4 | runtime/doc/if_ruby.txt | |
+3 −4 | runtime/doc/if_tcl.txt | |
+17 −4 | src/evalvars.c | |
+17 −24 | src/ex_getln.c | |
+4 −3 | src/os_unix.c | |
+1 −1 | src/proto/evalvars.pro | |
+911 −911 | src/testdir/test86.in | |
+932 −932 | src/testdir/test87.in | |
+24 −5 | src/testdir/test_lua.vim | |
+21 −2 | src/testdir/test_perl.vim | |
+19 −0 | src/testdir/test_python2.vim | |
+27 −6 | src/testdir/test_python3.vim | |
+23 −4 | src/testdir/test_pyx2.vim | |
+23 −4 | src/testdir/test_pyx3.vim | |
+24 −5 | src/testdir/test_ruby.vim | |
+21 −2 | src/testdir/test_tcl.vim | |
+10 −1 | src/userfunc.c | |
+4 −0 | src/version.c | |
+1 −1 | src/vim9compile.c |