commit | 951a2fb1b87af7e3be81e85a3769a17a13fd5040 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 19:38:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 19:38:10 2020 +0200 |
tree | 78abf7a68ddaa6185619291731d64c5bd24e43d3 | |
parent | 1f1fd44ef796dd909ff5f3e5288b3fd79294dc71 [diff] [blame] |
patch 8.2.0926: cmdline test fails on Appveyor Problem: Cmdline test fails on Appveyor. Solution: Add CR to the commands. (Naruhiko Nishino, closes #6220)
diff --git a/src/version.c b/src/version.c index bfe94cf..4482491 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 926, +/**/ 925, /**/ 924,