commit | e2a3f36bf22bfa00343c6a7aaef5337a9dfc0993 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 21:40:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 21:40:48 2019 +0100 |
tree | 02b65a9fca2d6b2db4c7f5218c7ca0615825bc69 | |
parent | 5f1920ada24904a115232e01f28fc8a6cdd623af [diff] [blame] |
patch 8.1.2410: MS-Windows: test_iminsert fails without IME support Problem: MS-Windows: test_iminsert fails without IME support. Solution: Skip the test when imgetstatus() doesn't work.
diff --git a/src/version.c b/src/version.c index b11a6c7..46468e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2410, +/**/ 2409, /**/ 2408,