diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-01-02 16:06:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-01-02 16:06:44 +0100 |
commit | 2f91e2f8da572123e53ae7579dde57c750137def (patch) | |
tree | e6c54430c64430cb95c0259873ac8f18ac7d7763 /src | |
parent | 628c102d128b4e376916ba38b883eb9ae9f41f31 (diff) | |
download | vim-git-2f91e2f8da572123e53ae7579dde57c750137def.tar.gz |
patch 8.2.2274: badge for Travis is outdatedv8.2.2274
Problem: badge for Travis is outdated.
Solution: Update badge for move from travis-ci.org to travis-ci.com.
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 59f4b4db6..458c3a05b 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2274, +/**/ 2273, /**/ 2272, |