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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user