From 0daf843b4cad734df6be16573423206eae43028b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 15 Jul 2017 15:16:40 +0200 Subject: patch 8.0.0713: 'termkey' option not fully implemented Problem: 'termkey' option not fully implemented. Solution: Add initialisation. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 5080e2c84..3640592c1 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 713, /**/ 712, /**/ -- cgit v1.2.3