commit | 82b9ca05f40a627355e7c3bcf49b1f19ffbdaf87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 08 23:06:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 08 23:06:46 2017 +0200 |
tree | d6c186a3bc86256ba7fed6e4871d2abd3a193de9 | |
parent | 292d5699356dc4a22fcfbab92f0a558e90f7cfba [diff] [blame] |
patch 8.0.0893: cannot get the scroll count of a terminal window Problem: Cannot get the scroll count of a terminal window. Solution: Add term_getscrolled().
diff --git a/src/version.c b/src/version.c index 30d76f1..326f33b 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 893, +/**/ 892, /**/ 891,