]> granicus.if.org Git - vim/commitdiff
patch 7.4.1916 v7.4.1916
authorBram Moolenaar <Bram@vim.org>
Fri, 10 Jun 2016 21:02:56 +0000 (23:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 Jun 2016 21:02:56 +0000 (23:02 +0200)
Problem:    No proper test for what 7.4.1906 fixes.
Solution:   Add a test for reading many lines.

src/testdir/test_channel.vim
src/version.c

index d65e528b7bf07fae171d264710e5eb683eb9e324..9d68a14cce715fc9663608e3140d83dcc5a46880 100644 (file)
@@ -1335,6 +1335,20 @@ func Test_using_freed_memory()
   call test_garbagecollect_now()
 endfunc
 
+func Test_collapse_buffers()
+  if !executable('cat')
+    return
+  endif
+  sp test_channel.vim
+  let g:linecount = line('$')
+  close
+  split testout
+  1,$delete
+  call job_start('cat test_channel.vim', {'out_io': 'buffer', 'out_name': 'testout'})
+  call s:waitFor('line("$") > g:linecount')
+  call assert_true(line('$') > g:linecount)
+  bwipe!
+endfunc
 
 
 " Uncomment this to see what happens, output is in src/testdir/channellog.
index 1acd1e4cb6d08b7241af515dd9c39dbfc36c8007..dfeee725699788b4290d465aa8e85c9b071453b6 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1916,
 /**/
     1915,
 /**/