commit | 86ec6d7e1e037e839879a5c05c2ee77db27fb557 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 18 21:09:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 18 21:09:02 2019 +0200 |
tree | b7a1b280a1d6ffd110a11b6741b5062b1959f0cc | |
parent | 137c14bb4f18198ed38659dcfbdfd749115c7ab5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 308beed..b08b22c 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1185, +/**/ 1184, /**/ 1183,