commit | ef6b979bfae82f64781d8b0ce0194c57111243d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 13 16:34:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 13 16:34:15 2020 +0200 |
tree | b7f9acb63a9f7ca7fa4881d511ccb7b58ba24053 | |
parent | 03a9f848175b182372fb33403998059724a8bf31 [diff] [blame] |
patch 8.2.0748: cannot get a list of all popups Problem: Cannot get a list of all popups. Solution: Add popup_list(). Use it in the test runner.
diff --git a/src/version.c b/src/version.c index 15956bb..7881e32 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 748, +/**/ 747, /**/ 746,