commit | 00f3b4e007af07870168bf044cecc9d544483953 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 14 14:32:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 14 14:32:22 2020 +0100 |
tree | debd23a51f44608cb926dd1616babd1934be10b5 | |
parent | 0a8fed6231c84e4e1b3a7dd6c0d95d3f98207fe0 [diff] [blame] |
patch 8.2.0257: cannot recognize a terminal in a popup window Problem: Cannot recognize a terminal in a popup window. Solution: Add the win_gettype() function.
diff --git a/src/version.c b/src/version.c index 73ea736..70ea449 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 257, +/**/ 256, /**/ 255,