commit | 2bb7b6b0e477612cc098cba27cc63ec3d19a2527 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 20:58:33 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 20:58:33 2017 +0200 |
tree | 0a4badc5a5b096260256edb358cfb184fd0b901f | |
parent | 304b64c9e6957fa3f552e0540ca786139b39a1c4 [diff] [blame] |
patch 8.0.0936: mode() returns wrong value for a terminal window Problem: Mode() returns wrong value for a terminal window. Solution: Return 't' when typed keys go to a job.
diff --git a/src/version.c b/src/version.c index 61ee3c0..ccf857c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 936, +/**/ 935, /**/ 934,