changeset 21536:4cce42c43c10 v8.2.1318

patch 8.2.1318: no status badge for Github CI Commit: https://github.com/vim/vim/commit/ed3c7e633944cf70754bc05504a7cd724fdca178 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 29 17:34:33 2020 +0200 patch 8.2.1318: no status badge for Github CI Problem: No status badge for Github CI. Solution: Add a badge.
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jul 2020 17:45:03 +0200
parents af1829cb0aef
children d2757bf09579
files README.md src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 [![Travis Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
 [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)
+![Github Build status](https://github.com/vim/vim/workflows/CI%20with%20MSVC%20and%20MinGW-w64/badge.svg)
 [![Cirrus Build Status](https://api.cirrus-ci.com/github/vim/vim.svg)](https://cirrus-ci.com/github/vim/vim)
 [![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)
 [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim)
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1318,
+/**/
     1317,
 /**/
     1316,