commit | 931a277145d8fc9544765047116afe557eb606d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 16:54:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 16:54:54 2019 +0200 |
tree | b5725fc51adf546d2e2890c3a91b5f5661440569 | |
parent | 6cb39f924a10912a615573230e906e8089975198 [diff] [blame] |
patch 8.1.1628: popup window functions not in list of functions Problem: Popup window functions not in list of functions. Solution: Add popup window functins to the list of functions. Reorganise the popup window help.
diff --git a/src/version.c b/src/version.c index 0620a21..4ce422a 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1628, +/**/ 1627, /**/ 1626,