# HG changeset patch # User Bram Moolenaar # Date 1609604103 -3600 # Node ID 63263bd876c56f4447bcf48c5a1be7f251fe78c1 # Parent 5102e01a17b234c745f9624426096cd01edb1d37 patch 8.2.2277: missing backslash Commit: https://github.com/vim/vim/commit/9281c6cae4e1cec2c661487d761d407bad7c6ad6 Author: Bram Moolenaar Date: Sat Jan 2 17:06:16 2021 +0100 patch 8.2.2277: missing backslash Problem: Missing backslash. Solution: Add backslash. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -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 --- 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,