1
0
forked from aniani/vim

patch 7.4.1891

Problem:    Channel reading very long lines is slow.
Solution:   Collapse multiple buffers until a NL is found.
This commit is contained in:
Bram Moolenaar
2016-06-04 17:17:11 +02:00
parent 703a8044b5
commit 9ed96efb3d
5 changed files with 58 additions and 20 deletions

View File

@@ -1309,6 +1309,7 @@ struct jobvar_S
struct readq_S
{
char_u *rq_buffer;
long_u rq_buflen;
readq_T *rq_next;
readq_T *rq_prev;
};