commit | 97c6943e11516711541848e51db3cc2ace25bbb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 16:45:21 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 16:45:21 2021 +0100 |
tree | 22ad4d2f32ae09aa6f8bed246946ee7fdb172fe0 | |
parent | 797e63b9f2baa1853e7063aac478d663cd02f207 [diff] [blame] |
patch 8.2.2355: stray test failure on Appveyor Problem: Stray test failure on Appveyor. Solution: Finish insert command.
diff --git a/src/version.c b/src/version.c index e6113c9..8285df7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2355, +/**/ 2354, /**/ 2353,