From 9281c6cae4e1cec2c661487d761d407bad7c6ad6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 2 Jan 2021 17:06:16 +0100 Subject: patch 8.2.2277: missing backslash Problem: Missing backslash. Solution: Add backslash. --- Filelist | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Filelist b/Filelist index 5151869e06..04a433291e 100644 --- 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 index b344129427..7d720f7ece 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2277, /**/ 2276, /**/ -- cgit v1.2.3