commit | 2e62b568e91c36adb16dbcc609665170f09f3845 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 18:07:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 18:07:00 2019 +0200 |
tree | fef2344429e26ba99e52315b28fc979477e23d7b | |
parent | b60d8514b8813e2f3acefd454efcccbe04ac135a [diff] [blame] |
patch 8.1.1609: the user cannot easily close a popup window Problem: The user cannot easily close a popup window. Solution: Add the "close" property. (mostly by Masato Nishihata, closes #4601)
diff --git a/src/version.c b/src/version.c index 656cb05..89b7f4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1609, +/**/ 1608, /**/ 1607,