-
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 37f471d...ff78155 (5): > Update runtime files > patch 8.2.0416: test leaves file behind > patch 8.2.0415: bsdl filetype is not detected > patch 8.2.0414: channel connect_waittime() test is flaky > patch 8.2.0413: buffer menu does not handle special buffers properly https://travis-ci.org/vim/vim-appimage/builds/664934368 [ci skip]
- Loading branch information
Travis CI
committed
Mar 20, 2020
1 parent
90793d6
commit 4d47ebb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
27 files
+6 −6 | runtime/doc/eval.txt | |
+3 −1 | runtime/doc/gui.txt | |
+12 −7 | runtime/doc/os_haiku.txt | |
+5 −2 | runtime/doc/popup.txt | |
+6 −0 | runtime/doc/tags | |
+28 −12 | runtime/doc/todo.txt | |
+1 −1 | runtime/doc/usr_41.txt | |
+2 −1 | runtime/doc/various.txt | |
+2 −2 | runtime/doc/windows.txt | |
+5 −2 | runtime/filetype.vim | |
+1 −2 | runtime/ftplugin/swift.vim | |
+70 −45 | runtime/menu.vim | |
+17 −0 | runtime/syntax/bsdl.vim | |
+4 −3 | runtime/syntax/html.vim | |
+10 −9 | runtime/syntax/jargon.vim | |
+6 −6 | runtime/syntax/vhdl.vim | |
+2 −0 | src/ex_getln.c | |
+4 −0 | src/terminal.c | |
+2 −1 | src/testdir/Make_all.mak | |
+0 −32 | src/testdir/runtest.vim | |
+0 −1 | src/testdir/test_alot.vim | |
+5 −0 | src/testdir/test_channel.vim | |
+2 −1 | src/testdir/test_filetype.vim | |
+2 −0 | src/testdir/test_indent.vim | |
+38 −2 | src/testdir/test_menu.vim | |
+1 −0 | src/testdir/test_terminal.vim | |
+8 −0 | src/version.c |