changeset 23469:63263bd876c5 v8.2.2277

patch 8.2.2277: missing backslash Commit: https://github.com/vim/vim/commit/9281c6cae4e1cec2c661487d761d407bad7c6ad6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 17:06:16 2021 +0100 patch 8.2.2277: missing backslash Problem: Missing backslash. Solution: Add backslash.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 17:15:03 +0100
parents 5102e01a17b2
children 0d0ed7100454
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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,