diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-29 17:43:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-29 17:43:55 +0200 |
commit | ac7bf8c4bfcbb157a2db6b939927bf11edb6ba7b (patch) | |
tree | a8657ecaeab24007ed7073e96b8c266ed5fe25db | |
parent | ed3c7e633944cf70754bc05504a7cd724fdca178 (diff) | |
download | vim-git-ac7bf8c4bfcbb157a2db6b939927bf11edb6ba7b.tar.gz |
patch 8.2.1319: status badge for Github CI has wrong linkv8.2.1319
Problem: Status badge for Github CI has wrong link.
Solution: Rename and use the right link
-rw-r--r-- | .github/workflows/ci-windows.yaml | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci-windows.yaml b/.github/workflows/ci-windows.yaml index 1fca08ea5..ec02a8124 100644 --- 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: @@ -2,7 +2,7 @@ [](https://travis-ci.org/vim/vim) [](https://ci.appveyor.com/project/chrisbra/vim) - +[](https://github.com/vim/vim/actions?query=workflow%3A%22GitHub+CI%22) [](https://cirrus-ci.com/github/vim/vim) [](https://codecov.io/gh/vim/vim?branch=master) [](https://scan.coverity.com/projects/vim) diff --git a/src/version.c b/src/version.c index 0d985285e..4b53df32d 100644 --- 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, |