Skip to content

Commit

Permalink
patch 8.2.3861: list of distributed files is outdated
Browse files Browse the repository at this point in the history
Problem:    List of distributed files is outdated.
Solution:   Add new files.
  • Loading branch information
brammool committed Dec 20, 2021
1 parent dc7c366 commit 39713d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Filelist
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3861,
/**/
3860,
/**/
Expand Down

0 comments on commit 39713d3

Please sign in to comment.