commit | c998370562425e70f4cf202a87112d638f5f7b38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 28 21:03:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 28 21:03:53 2020 +0200 |
tree | 315f060fadcc025a0201bf7bd2432e1221000f32 | |
parent | 3f65c66df95445ef84f98de007c9b70ce23f54a0 [diff] [blame] |
patch 8.2.0835: Motif: mapping <C-bslash> still doesn't work Problem: Motif: mapping <C-bslash> still doesn't work. Solution: Accept CSI for K_SPECIAL. Do not apply CTRL to the character early. (closes #6150)
diff --git a/src/version.c b/src/version.c index 24a5767..37b363e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 835, +/**/ 834, /**/ 833,