commit | 4e2114e988f5d8635f2ad748be3cafcc44289138 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 16:12:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 16:12:37 2020 +0200 |
tree | d2f14c8854f0fec07b895f8277c49212873f382e | |
parent | f12f0022e6698831681f0931a4e7e5298f6ef0d8 [diff] [blame] |
patch 8.2.1809: mapping some keys with Ctrl does not work properly Problem: Mapping some keys with Ctrl does not work properly. Solution: For terminal, GTK and Motif handle "@", "^" and "_" codes.
diff --git a/src/version.c b/src/version.c index 6786727..9c4029f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1809, +/**/ 1808, /**/ 1807,