• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

K.Takata's patch queue for Vim


Commit MetaInfo

Revisão84d0bcf8c0a5058b4330f07e4a8119b3d9367985 (tree)
Hora2020-03-12 13:42:13
AutorK.Takata <kentkt@csc....>
CommiterK.Takata

Mensagem de Log

Update terminal tests

Mudança Sumário

Diff

diff -r 75cd2a55014f -r 84d0bcf8c0a5 fix-terminal-tests.patch
--- a/fix-terminal-tests.patch Thu Mar 12 13:23:37 2020 +0900
+++ b/fix-terminal-tests.patch Thu Mar 12 13:42:13 2020 +0900
@@ -58,3 +58,12 @@
5858 func OpenTerms()
5959 set hidden
6060 let g:buf0 = term_start('sh', #{hidden: 1})
61+@@ -2453,7 +2460,7 @@ func Test_term_nasty_callback()
62+ call OpenTerms()
63+
64+ call term_sendkeys(g:buf0, "exit\<CR>")
65+- sleep 50m
66++ sleep 200m
67+ exe g:buf0 .. 'bwipe'
68+ set hidden&
69+ endfunc
diff -r 75cd2a55014f -r 84d0bcf8c0a5 series
--- a/series Thu Mar 12 13:23:37 2020 +0900
+++ b/series Thu Mar 12 13:42:13 2020 +0900
@@ -33,5 +33,4 @@
3333 readdirex-user-and-group.patch
3434 optimize-lambda.patch
3535 fix-terminal-tests.patch
36-workaround-8.2.0371.patch
3736 fix-config_cache-removal.patch #+rejected
diff -r 75cd2a55014f -r 84d0bcf8c0a5 workaround-8.2.0371.patch
--- a/workaround-8.2.0371.patch Thu Mar 12 13:23:37 2020 +0900
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
1-# HG changeset patch
2-# Parent 3fea181d421c194588bff5345e05194a1b6f1460
3-
4-diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim
5---- a/src/testdir/test_terminal.vim
6-+++ b/src/testdir/test_terminal.vim
7-@@ -2460,7 +2460,7 @@ func Test_term_nasty_callback()
8- call OpenTerms()
9-
10- call term_sendkeys(g:buf0, "exit\<CR>")
11-- sleep 50m
12-+ sleep 200m
13- exe g:buf0 .. 'bwipe'
14- set hidden&
15- endfunc