commit | 11ec807639ae642bf55da883918489e2cd9911ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 20:12:29 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 20:12:29 2020 +0100 |
tree | 14706a1435fe7a0b74dd1d95f61902df2345c424 | |
parent | 0bbf722aaaa75b1bbe87ef6afc44c5fff8e3893b [diff] [blame] |
patch 8.2.0286: cannot use popup_close() for a terminal popup Problem: Cannot use popup_close() for a terminal popup. Solution: Allow using popup_close(). (closes #5666)
diff --git a/src/version.c b/src/version.c index 9dc3c6f..e17c98b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 286, +/**/ 285, /**/ 284,