]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.2277: missing backslash v8.2.2277
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2021 16:06:16 +0000 (17:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2021 16:06:16 +0000 (17:06 +0100)
Problem:    Missing backslash.
Solution:   Add backslash.

Filelist
src/version.c

index 5151869e063bfb1a3d47e9660c57ec22bb3d3631..04a433291ebbc4529a74b311009d3c8c50f795d8 100644 (file)
--- 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 \
index b344129427ca4af053ab78a730382970bdbd2d0b..7d720f7ece6ef8886683209a6eb00273d51b4205 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2277,
 /**/
     2276,
 /**/