commit | 8c2a600f72ca930841a5f4f7eac22884238afaf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 14:29:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 14:29:45 2019 +0200 |
tree | e8c7ce6db4d5ad9aac0cc7bd2d3f5581e551704a | |
parent | 1714696600f2859f897f4ffb33cedb5de09eded3 [diff] [blame] |
patch 8.1.1422: popup_getoptions() not implemented yet Problem: Popup_getoptions() not implemented yet. Solution: Implement it. (closes #4452)
diff --git a/src/version.c b/src/version.c index ca48793..8519fd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1422, +/**/ 1421, /**/ 1420,