diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim index 5b554b531..dd40187f7 100644 --- a/src/testdir/test_channel.vim +++ b/src/testdir/test_channel.vim @@ -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 diff --git a/src/version.c b/src/version.c index af13a75e5..75ae6149b 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1635, /**/ 1634, /**/