commit | 6bb18a878cc4cc79cdca4b7497367e59a90125e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 22:14:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 22:14:17 2017 +0200 |
tree | 7f89b8318ae2193ff9fb7c50df5baed8eee3083a | |
parent | bce4f62d3043f04fe29f3fef2b927b2268b15255 [diff] [blame] |
patch 8.0.0938: scrolling in terminal window is inefficient Problem: Scrolling in terminal window is inefficient. Solution: Use win_del_lines().
diff --git a/src/version.c b/src/version.c index 36075d9..a8b07dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 938, +/**/ 937, /**/ 936,