commit | eb2310d47d83764a61d63cd5c2788870d7f6eddf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 20:09:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 20:09:10 2019 +0200 |
tree | edbc9c2ba71757b15fd06e4b77f17b0c43e96514 | |
parent | a730e55cc2d3045a79a340a5af1ad4a749058a32 [diff] [blame] |
patch 8.1.1559: popup window title property not implemented yet Problem: Popup window title property not implemented yet. Solution: Implement the title property.
diff --git a/src/version.c b/src/version.c index a59803b..ad09b56 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1559, +/**/ 1558, /**/ 1557,