commit | feeb4d0901c7b16958e8f02ffcdac83b605b0b43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 15:14:46 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 05 15:14:46 2017 +0100 |
tree | 17f37212c7978f7e3c31a936aff77e078ba7c8e1 | |
parent | 1eca6f13d62d2201f3bf0e83400c2e3de7df3951 [diff] [blame] |
patch 8.0.1371: Shift-Insert doesn't always work in MS-Windows console Problem: Shift-Insert doesn't always work in MS-Windows console. Solution: Handle K_NUL differently if the second character is more than one byte. (Yasuhiro Matsumoto, closes #2381)
diff --git a/src/version.c b/src/version.c index d7f22b0..73b71d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1371, +/**/ 1370, /**/ 1369,