# HG changeset patch # User Bram Moolenaar # Date 1596037504 -7200 # Node ID 6e13105b5d0744b6e5e668fbdd4d43df977c8641 # Parent d2757bf09579c7553cb56434b0a099aba8edbac2 patch 8.2.1319: status badge for Github CI has wrong link Commit: https://github.com/vim/vim/commit/ac7bf8c4bfcbb157a2db6b939927bf11edb6ba7b Author: Bram Moolenaar Date: Wed Jul 29 17:43:55 2020 +0200 patch 8.2.1319: status badge for Github CI has wrong link Problem: Status badge for Github CI has wrong link. Solution: Rename and use the right link diff --git a/.github/workflows/ci-windows.yaml b/.github/workflows/ci-windows.yaml --- a/.github/workflows/ci-windows.yaml +++ b/.github/workflows/ci-windows.yaml @@ -1,4 +1,4 @@ -name: CI with MSVC and MinGW-w64 +name: GitHub CI on: push: diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,7 +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) +[![Github Build status](https://github.com/vim/vim/workflows/GitHub%20CI/badge.svg)](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22) [![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) diff --git a/src/version.c b/src/version.c --- 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 */ /**/ + 1319, +/**/ 1318, /**/ 1317,