From 86ec6d7e1e037e839879a5c05c2ee77db27fb557 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 18 Apr 2019 21:09:02 +0200 Subject: patch 8.1.1185: mapping for CTRL-X is inconsistent Problem: Mapping for CTRL-X is inconsistent. Solution: Map CTRL-X to "*d also for the MS-Windows console. (Ken Takata, closes #4265) --- 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 308beed57..b08b22c10 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1185, /**/ 1184, /**/ -- cgit v1.2.1