commit | 5a57a5e209bff2bc11bfde69184bbfb0362c0b99 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Mon Jan 16 13:01:28 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 13:01:28 2023 +0000 |
tree | 616c0855b1e7eb94138435d2259e628ff9d065ed | |
parent | ae3205aa55741152b0143dbd7d637b35f576793e [diff] [blame] |
patch 9.0.1206: testing with Python on AppVeyor does not work properly Problem: Testing with Python on AppVeyor does not work properly. Solution: Fix typo. Move most lines to the .bat file. (Christopher Plewright, closes #11828)
diff --git a/src/version.c b/src/version.c index 6baed86..7825984 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1206, +/**/ 1205, /**/ 1204,