commit | 69905d108be4af86c2d2a9224e2c588723276dc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 18:14:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 18:14:47 2017 +0200 |
tree | aa5cf80ed5eb1b6d11f9c194a11897f1d6da7419 | |
parent | e62780543f403186b27b210dd087dd8ba74159fc [diff] [blame] |
patch 8.0.0931: getwininfo() does not indicate a terminal window Problem: getwininfo() does not indicate a terminal window. Solution: Add "terminal" to the dictionary.
diff --git a/src/version.c b/src/version.c index 91f9b56..99a01b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 931, +/**/ 930, /**/ 929,