1
0
forked from aniani/vim

patch 8.0.0885: terminal window scrollback is stored inefficiently

Problem:    Terminal window scrollback is stored inefficiently.
Solution:   Store the text in the Vim buffer.
This commit is contained in:
Bram Moolenaar
2017-08-06 21:36:22 +02:00
parent f3402b1b7f
commit 33a43bee9c
3 changed files with 199 additions and 86 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
885,
/**/
884,
/**/