summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-04 17:12:09 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-04 17:12:09 +0200
commit6bf2c6264b5ebbe4981751840c5a8b69da08e744 (patch)
treed7557e9b5e6720a5a5e481c1c18dc965b051630b /src
parent931a277145d8fc9544765047116afe557eb606d2 (diff)
patch 8.1.1629: terminal function help is in the wrong filev8.1.1629
Problem: Terminal function help is in the wrong file. Solution: Move the function details to terminal.txt.
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 4ce422ad24..258605bad2 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 */
/**/
+ 1629,
+/**/
1628,
/**/
1627,