commit | 29a2c08d792e4458a0af8371f5341394829fce29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 05 21:06:23 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 05 21:06:23 2018 +0100 |
tree | 1b02aeac272844df0c3749454697dbf5a63f33cc | |
parent | 28ada699c13833219acaeb7e768acc2acae50e02 [diff] [blame] |
patch 8.0.1570: can't use :popup for a menu in the terminal Problem: Can't use :popup for a menu in the terminal. (Wei Zhang) Solution: Make :popup work in the terminal. Also fix that entries were included that don't work in the current state.
diff --git a/src/version.c b/src/version.c index 2b64f36..6f498aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1570, +/**/ 1569, /**/ 1568,