commit | a3fce62c911c204ae144b55018f6dc9295088850 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 20 02:31:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 20 02:31:49 2019 +0200 |
tree | b65c7ea4a00a3bc741dea05eaf04b56ae6d5d8e3 | |
parent | 37e66cf0f6fa482d36d67818672000fbfb37dfbb [diff] [blame] |
patch 8.1.1574: tabpage option not yet implemented for popup window Problem: Tabpage option not yet implemented for popup window. Solution: Implement tabpage option, also for popup_getoptions().
diff --git a/src/version.c b/src/version.c index 9060ceb..41db458 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1574, +/**/ 1573, /**/ 1572,