diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-01-02 17:06:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-01-02 17:06:16 +0100 |
commit | 9281c6cae4e1cec2c661487d761d407bad7c6ad6 (patch) | |
tree | 5c0982cb5299379f9e1b18db91d9be7a068642b8 | |
parent | a72514945bc3edd4fc4d745004e37c5d5487c98d (diff) | |
download | vim-git-9281c6cae4e1cec2c661487d761d407bad7c6ad6.tar.gz |
patch 8.2.2277: missing backslashv8.2.2277
Problem: Missing backslash.
Solution: Add backslash.
-rw-r--r-- | Filelist | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ # source files for all source archives SRC_ALL = \ .cirrus.yml \ - .coveralls.yml + .coveralls.yml \ .gitattributes \ .github/CODEOWNERS \ .github/workflows/ci.yml \ diff --git a/src/version.c b/src/version.c index b34412942..7d720f7ec 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 */ /**/ + 2277, +/**/ 2276, /**/ 2275, |