commit | 6313c4f41d0e1d91b4217557685c014ea919915f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 20:39:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 20:39:13 2019 +0200 |
tree | 57db3a37970820cd76dce1362047e6bbf0f26428 | |
parent | eb2310d47d83764a61d63cd5c2788870d7f6eddf [diff] [blame] |
patch 8.1.1560: popup window hidden option not implemented yet Problem: Popup window hidden option not implemented yet. Solution: Implement the hidden option.
diff --git a/src/version.c b/src/version.c index ad09b56..ea203f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1560, +/**/ 1559, /**/ 1558,