commit | 0684e36a7ee0743f2889698fb8e0e14f7acae423 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 19:54:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 19:54:42 2020 +0100 |
tree | 7a1f23d46e7e1fa94329d7da561bc4a152b7750f | |
parent | af0df47a7671a39f2cde950587ba48800188bfb9 [diff] [blame] |
patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character Problem: CTRL-V U doesn't work to enter a Unicode character when modifyOtherKeys is effective. (Ken Takata) Solution: Add a flag to get_literal() for the shift key. (closes #7413)
diff --git a/src/version.c b/src/version.c index 0dfe4f0..f3584c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2084, +/**/ 2083, /**/ 2082,