-
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 0546d7d...61a6d4e (5): > patch 8.2.0346: Vim9: finding common list type not tested > patch 8.2.0345: compiler warning when building without the float feature > patch 8.2.0344: ":def" not skipped properly > Update runtime files > patch 8.2.0343: Vim9: using wrong instruction, limited test coverage https://travis-ci.org/vim/vim-appimage/builds/657377872 [ci skip]
- Loading branch information
Travis CI
committed
Mar 2, 2020
1 parent
d6f0c7c
commit fa7b580
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
21 files
+43 −22 | runtime/autoload/xmlformat.vim | |
+5 −1 | runtime/doc/cmdline.txt | |
+12 −1 | runtime/doc/helphelp.txt | |
+4 −4 | runtime/doc/syntax.txt | |
+2 −0 | runtime/doc/tags | |
+3 −8 | runtime/doc/todo.txt | |
+3 −2 | runtime/doc/usr_03.txt | |
+1 −1 | runtime/doc/vim9.txt | |
+3 −1 | runtime/pack/dist/opt/matchit/autoload/matchit.vim | |
+1 −1 | runtime/pack/dist/opt/matchit/doc/matchit.txt | |
+1 −1 | runtime/pack/dist/opt/matchit/plugin/matchit.vim | |
+2 −0 | src/evalfunc.c | |
+1 −0 | src/ex_docmd.c | |
+382 −108 | src/po/de.po | |
+1 −1 | src/testdir/runtest.vim | |
+91 −0 | src/testdir/test_vim9_disassemble.vim | |
+4 −0 | src/testdir/test_vim9_script.vim | |
+18 −3 | src/userfunc.c | |
+8 −0 | src/version.c | |
+15 −10 | src/vim9compile.c | |
+1 −1 | src/vim9execute.c |