mirror of
https://github.com/vim/vim
synced 2025-09-16 00:49:42 +00:00
patch 7.4.1635
Problem: Channel test is a bit flaky. Solution: Remove 'DETACH' if it's there.
This commit is contained in:
@@ -685,6 +685,9 @@ func Run_test_pipe_to_buffer(use_name)
|
||||
call ch_sendraw(handle, "quit\n")
|
||||
sp pipe-output
|
||||
call s:waitFor('line("$") >= 6')
|
||||
if getline('$') == 'DETACH'
|
||||
$del
|
||||
endif
|
||||
call assert_equal([firstline, 'line one', 'line two', 'this', 'AND this', 'Goodbye!'], getline(1, '$'))
|
||||
bwipe!
|
||||
finally
|
||||
|
@@ -748,6 +748,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1635,
|
||||
/**/
|
||||
1634,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user