commit | 566f76e6566ccc418b25d51f454d2cc509ca7f8a | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Tue Jan 10 13:43:04 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 13:43:04 2023 +0000 |
tree | 6b51bf892b5f99363f0ddcd3f0a6527fa559a25b | |
parent | 06cd14d0bf990d0002d61a721aa3d5b8a3c44028 [diff] [blame] |
patch 9.0.1169: some key+modifier tests fail on some AppVeyor images Problem: Some key+modifier tests fail on some AppVeyor images. Solution: Adjust the tests for key movements and fix the revealed bugs. (Christopher Plewright, closes #11798)
diff --git a/src/version.c b/src/version.c index 56cbdd4..94b3aac 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1169, +/**/ 1168, /**/ 1167,