changeset 26664:6035f58b39a3 v8.2.3861

patch 8.2.3861: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/39713d3acbfb6673775158a0171c7389c07f25df Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 20 15:53:13 2021 +0000 patch 8.2.3861: list of distributed files is outdated Problem: List of distributed files is outdated. Solution: Add new files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Dec 2021 17:00:04 +0100
parents a95a5993f955
children 5623a07d7104
files Filelist src/version.c
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -160,8 +160,11 @@ SRC_ALL =	\
 		src/version.h \
 		src/vim.h \
 		src/vim9.h \
+		src/vim9cmds.c \
 		src/vim9compile.c \
 		src/vim9execute.c \
+		src/vim9expr.c \
+		src/vim9instr.c \
 		src/vim9script.c \
 		src/vim9type.c \
 		src/viminfo.c \
@@ -319,8 +322,11 @@ SRC_ALL =	\
 		src/proto/usercmd.pro \
 		src/proto/userfunc.pro \
 		src/proto/version.pro \
+		src/proto/vim9cmds.pro \
 		src/proto/vim9compile.pro \
 		src/proto/vim9execute.pro \
+		src/proto/vim9expr.pro \
+		src/proto/vim9instr.pro \
 		src/proto/vim9script.pro \
 		src/proto/vim9type.pro \
 		src/proto/viminfo.pro \
--- 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 */
 /**/
+    3861,
+/**/
     3860,
 /**/
     3859,