commit | d2c1fb476d5816db129eb428ffef6a81027eb13a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 23:06:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 23:06:40 2019 +0200 |
tree | 56b8c25cb758aa5151633da5a08c5bd38a39f818 | |
parent | f21118e4a9255366bb4c484d2d0428bcba07cfce [diff] [blame] |
patch 8.1.2079: popup window test fails without +terminal Problem: Popup window test fails without +terminal. Solution: Check for the +terminal feature.
diff --git a/src/version.c b/src/version.c index af7ee23..f7d7ede 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2079, +/**/ 2078, /**/ 2077,