summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-04 16:54:54 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-04 16:54:54 +0200
commit931a277145d8fc9544765047116afe557eb606d2 (patch)
treeb5725fc51adf546d2e2890c3a91b5f5661440569 /src
parent6cb39f924a10912a615573230e906e8089975198 (diff)
patch 8.1.1628: popup window functions not in list of functionsv8.1.1628
Problem: Popup window functions not in list of functions. Solution: Add popup window functins to the list of functions. Reorganise the popup window help.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0620a21e99..4ce422ad24 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1628,
+/**/
1627,
/**/
1626,