commit | 7257073043252c2e01c8e168e6842a1121797243 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 14:21:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 14:21:53 2019 +0100 |
tree | d25b943b34d9c4184e2953dc783ecdc4ba1c02e5 | |
parent | 310c32e8920140f0db747c6c6eb06b1ee53cdb5a [diff] [blame] |
patch 8.1.2362: cannot place signs in a popup window Problem: Cannot place signs in a popup window. (Maxim Kim) Solution: Use the group prefix "PopUp" to specify which signs should show up in a popup window. (closes #5277)
diff --git a/src/version.c b/src/version.c index 5747085..5833f38 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2362, +/**/ 2361, /**/ 2360,