commit | dffa6ea85c82bbcb60368f38f7437c6cd89c9e55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 20:33:20 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 20:33:20 2022 +0000 |
tree | 3b32e583d7dd097a9e1601ce9dc4b63a45a59362 | |
parent | 064fd67e6a0283bb24732146fd20c92b6dbf47bf [diff] [blame] |
patch 9.0.0974: even when Esc is encoded a timeout is used Problem: Even when Esc is encoded a timeout is used. Solution: Use K_ESC when an encoded Esc is found.
diff --git a/src/version.c b/src/version.c index 8a64672..6e206df 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 974, +/**/ 973, /**/ 972,