commit | ac2450a9a863f02a5e749f2b7058157cbf76edf8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 18:04:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 18:04:28 2019 +0200 |
tree | f7b20a5e22260aac0c784da94aa1a4bcf040c8b4 | |
parent | 80dad48c5095d30873a42ec82628bdb213125d8e [diff] [blame] |
patch 8.1.1511: matches in a popup window are not displayed properly Problem: Matches in a popup window are not displayed properly. Solution: Do display matches in a popup window. (closes #4517)
diff --git a/src/version.c b/src/version.c index 79faf7b..97dc393 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1511, +/**/ 1510, /**/ 1509,