commit | 2cd0dce898995a2b05f7285a70efec3f67f579f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 26 22:17:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 26 22:17:52 2019 +0200 |
tree | d0f53338a226bedd3730e5a143bc226aff64cdb4 | |
parent | 68e6560b84f196c82e27a72669684d5506a3a837 [diff] [blame] |
patch 8.1.1406: popup_hide() and popup_show() not implemented yet Problem: popup_hide() and popup_show() not implemented yet. Solution: Implement the functions.
diff --git a/src/version.c b/src/version.c index 04de1af..5df9639 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1406, +/**/ 1405, /**/ 1404,