commit | 231a2db1b372fe9645505e711ac53b9ee748c535 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 13:53:50 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 13:53:50 2018 +0200 |
tree | 3adb6ea1eeac84dfa963c0dc22727aa23588f408 | |
parent | b0b98d523036d534755bf1cf79d1595e61c3f7ce [diff] [blame] |
patch 8.0.1796: GUI: click on tab fails when the focus is in a terminal Problem: GUI: click on tab fails when the focus is in a terminal window. Solution: Handle K_TABLINE.
diff --git a/src/version.c b/src/version.c index 7a28f46..7fbca85 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1796, +/**/ 1795, /**/ 1794,