commit | 9f14557d6a5b4f832029c292d7b3359b68336058 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 12:45:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 12:45:41 2022 +0000 |
tree | 8165f2a622102d586725e06021c65d6bdeca5bc4 | |
parent | cc0907165d388e4e8842d3bda9e24ed4d932d6b8 [diff] [blame] |
patch 9.0.0956: terminal tests fail when using key with modifier Problem: Terminal tests fail when using key with modifier. Solution: Use the modifyOtherKeys encoding when using RunVimInTerminal().
diff --git a/src/version.c b/src/version.c index 33f736a..a00a989 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 956, +/**/ 955, /**/ 954,