commit | ae943150d3a2868a89df802c9f530331474451ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 22:54:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 22:54:14 2019 +0200 |
tree | 26ba407cb4f856dace31834fbf9fdcef0dd95f0b | |
parent | 6313c4f41d0e1d91b4217557685c014ea919915f [diff] [blame] |
patch 8.1.1561: popup_setoptions() is not implemented yet Problem: Popup_setoptions() is not implemented yet. Solution: Implement popup_setoptions(). Also add more fields to popup_getoptions().
diff --git a/src/version.c b/src/version.c index ea203f6..feac085 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1561, +/**/ 1560, /**/ 1559,