commit | 5b8cfedfbd19a71a30c73cf44b0aec3da7fc1a24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 22:16:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 22:16:10 2019 +0200 |
tree | fdaa4dec72d804fdbaab665d550dc10b3be0dafb | |
parent | 892ae723ab95e429222e930cf41b32809567e58e [diff] [blame] |
patch 8.1.1612: cannot show an existing buffer in a popup window Problem: Cannot show an existing buffer in a popup window. Solution: Support buffer number argument in popup_create().
diff --git a/src/version.c b/src/version.c index a1c5f88..7bd2327 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1612, +/**/ 1611, /**/ 1610,