commit | e0f314aa8d0e2099d2e4e5665fe13199752adc8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 16:01:31 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 16:01:31 2017 +0200 |
tree | 11c555b624985a0dac4df4a1147eb3200af82560 | |
parent | 62426e168ef29fb941d1bd91a112fa09445322a5 [diff] [blame] |
patch 8.0.0926: when job in terminal window ends topline is wrong Problem: When job in terminal window ends topline may be wrong. Solution: When the job ends adjust topline so that the active part of the terminal is displayed.
diff --git a/src/version.c b/src/version.c index 67e96e6..00aedce 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 926, +/**/ 925, /**/ 924,