commit | 44a693a1bdfe987edb649677c94c214f94b2aada | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 22:23:47 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 22:23:47 2018 +0200 |
tree | 320bb176faa7381776c878210b7e3ac3e38879c1 | |
parent | 1ce9a1515be5255641d31ab5b0e9418d8f250d84 [diff] [blame] |
patch 8.1.0186: test for getwininfo() fails in GUI Problem: Test for getwininfo() fails in GUI. Solution: Account for missing tabline.
diff --git a/src/version.c b/src/version.c index f638db6..08e39b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 186, +/**/ 185, /**/ 184,