commit | 33a43bee9cdc62f9cd0999eb23c6eca01b4d2d67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 21:36:22 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 21:36:22 2017 +0200 |
tree | 1c2b931640f3940e99f7122520f54f6f9ddbdda6 | |
parent | f3402b1b7f72d08e0357196902cce972b639bfd7 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e318114..2b769ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 885, +/**/ 884, /**/ 883,