commit | c19fd917be656b127c5619080f866a23ce1fe755 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 02 20:59:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 02 20:59:05 2020 +0200 |
tree | 537d23f991ec2df6922728152200b0f490f6763e | |
parent | 1112c0febb509d0cb219f3a2479fd36833507167 [diff] [blame] |
patch 8.2.1115: iminsert test fails when compiled with VIMDLL Problem: Iminsert test fails when compiled with VIMDLL. Solution: Change condition. (Ken Takata, closes #6376)
diff --git a/src/version.c b/src/version.c index 06d1bed..fa8c639 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1115, +/**/ 1114, /**/ 1113,