commit | 8c041b6b95f49f7383cf00e2036cf009b326fa8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 14 18:14:06 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 14 18:14:06 2018 +0200 |
tree | cea34047b3462e2bcaa580f616f054dfa20b1473 | |
parent | a42d363bac8a581afe769c370db70cf833767c41 [diff] [blame] |
patch 8.0.1712: terminal scrollback is not limited Problem: Terminal scrollback is not limited. Solution: Add the 'terminalscroll' option.
diff --git a/src/version.c b/src/version.c index 255e24b..41b9721 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1712, +/**/ 1711, /**/ 1710,