summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-15 15:16:40 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-15 15:16:40 +0200
commit0daf843b4cad734df6be16573423206eae43028b (patch)
treef803a569ded2a48016db910de304710fd35694fa /src/version.c
parent1b0675caece63c559951629837520a782d8c9cb8 (diff)
downloadvim-0daf843b4cad734df6be16573423206eae43028b.zip
patch 8.0.0713: 'termkey' option not fully implemented
Problem: 'termkey' option not fully implemented. Solution: Add initialisation.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5080e2c84..3640592c1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 713,
+/**/
712,
/**/
711,