diff options
| author | Bram Moolenaar <Bram@vim.org> | 2022-11-29 20:33:20 +0000 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2022-11-29 20:33:20 +0000 |
| commit | dffa6ea85c82bbcb60368f38f7437c6cd89c9e55 (patch) | |
| tree | 3b32e583d7dd097a9e1601ce9dc4b63a45a59362 /src/version.c | |
| parent | 064fd67e6a0283bb24732146fd20c92b6dbf47bf (diff) | |
| download | vim-git-9.0.0974.tar.gz | |
patch 9.0.0974: even when Esc is encoded a timeout is usedv9.0.0974
Problem: Even when Esc is encoded a timeout is used.
Solution: Use K_ESC when an encoded Esc is found.
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8a646722f..6e206df4d 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 974, +/**/ 973, /**/ 972, |
