diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-18 21:09:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-18 21:09:02 +0200 |
commit | 86ec6d7e1e037e839879a5c05c2ee77db27fb557 (patch) | |
tree | b7a1b280a1d6ffd110a11b6741b5062b1959f0cc /src/version.c | |
parent | 137c14bb4f18198ed38659dcfbdfd749115c7ab5 (diff) | |
download | vim-git-8.1.1185.tar.gz |
patch 8.1.1185: mapping for CTRL-X is inconsistentv8.1.1185
Problem: Mapping for CTRL-X is inconsistent.
Solution: Map CTRL-X to "*d also for the MS-Windows console. (Ken Takata,
closes #4265)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 308beed57..b08b22c10 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1185, +/**/ 1184, /**/ 1183, |