-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim d5aec0c...dd58923 (8): > patch 8.2.0334: abort called when using test_void() > patch 8.2.0333: terminal in popup test is flaky > patch 8.2.0332: some code in ex_getln.c not covered by tests > patch 8.2.0331: internal error when using test_void() and test_unknown() > patch 8.2.0330: build error with popup window but without terminal > patch 8.2.0329: popup filter converts 0x80 bytes > patch 8.2.0328: no redraw when leaving term-normal mode in popup terminal > patch 8.2.0327: crash when opening and closing two popup terminal windows https://travis-ci.org/vim/vim-appimage/builds/656699642 [ci skip]
- Loading branch information
Travis CI
committed
Feb 29, 2020
1 parent
98c72d9
commit 79b4f0c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
21 files
+32 −17 | src/drawscreen.c | |
+4 −4 | src/eval.c | |
+2 −2 | src/evalfunc.c | |
+1 −1 | src/json.c | |
+2 −0 | src/macros.h | |
+10 −0 | src/message.c | |
+7 −0 | src/move.c | |
+34 −7 | src/popupwin.c | |
+1 −0 | src/proto/message.pro | |
+38 −7 | src/terminal.c | |
+1 −1 | src/testdir/dumps/Test_terminal_popup_1.dump | |
+15 −0 | src/testdir/dumps/Test_terminal_popup_7.dump | |
+15 −0 | src/testdir/dumps/Test_terminal_popup_8.dump | |
+23 −0 | src/testdir/test_arabic.vim | |
+46 −5 | src/testdir/test_cmdline.vim | |
+13 −0 | src/testdir/test_functions.vim | |
+27 −3 | src/testdir/test_popupwin.vim | |
+27 −9 | src/testdir/test_terminal.vim | |
+2 −0 | src/testdir/test_vimscript.vim | |
+16 −0 | src/version.c | |
+0 −6 | src/vim.h |