commit | 7ce2aa01c2e78f762f68c1c8df64649d790365e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 16 20:00:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 16 20:00:11 2019 +0200 |
tree | a483c6c4c7828b4af4fab73a483b8ce81bbe9435 | |
parent | 250e3112c6dc4c4ceded308d5b94392ec02bc03f [diff] [blame] |
patch 8.1.1701: Appveyor build with MSVC fails puts progress bar in log Problem: Appveyor build with MSVC fails puts progress bar in log. Solution: Adjust the sed command. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 1171df5..b237fd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1701, +/**/ 1700, /**/ 1699,