]> granicus.if.org Git - vim/commit
patch 8.0.0936: mode() returns wrong value for a terminal window v8.0.0936
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 18:58:33 +0000 (20:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 18:58:33 +0000 (20:58 +0200)
commit2bb7b6b0e477612cc098cba27cc63ec3d19a2527
tree0a4badc5a5b096260256edb358cfb184fd0b901f
parent304b64c9e6957fa3f552e0540ca786139b39a1c4
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.
src/evalfunc.c
src/testdir/test_terminal.vim
src/version.c