| commit | 2bc152ab53c4b01072edf6ec2ff61e504cb03cbe | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 20:44:20 2018 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 20:44:20 2018 +0200 |
| tree | 2e2823648fc4d34b93f266c4ef6028d2cf176a1f | |
| parent | 0e9deefb4fb4f99d0ab90b21ca38260be26bf5de [diff] [blame] |
patch 8.1.0451: Win32 console: keypad keys don't work
Problem: Win32 console: keypad keys don't work.
Solution: Use numbers instead of characters to avoid the value becoming
negative. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 88b3a53..a225cb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 451, +/**/ 450, /**/ 449,