Skip to content

Commit 6a06363

Browse files
committed
patch 7.4.1635
Problem: Channel test is a bit flaky. Solution: Remove 'DETACH' if it's there.
1 parent 8e08125 commit 6a06363

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/testdir/test_channel.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,9 @@ func Run_test_pipe_to_buffer(use_name)
685685
call ch_sendraw(handle, "quit\n")
686686
sp pipe-output
687687
call s:waitFor('line("$") >= 6')
688+
if getline('$') == 'DETACH'
689+
$del
690+
endif
688691
call assert_equal([firstline, 'line one', 'line two', 'this', 'AND this', 'Goodbye!'], getline(1, '$'))
689692
bwipe!
690693
finally

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1635,
751753
/**/
752754
1634,
753755
/**/

0 commit comments

Comments
 (0)