Skip to content

Commit 318e7a9

Browse files
committed
patch 8.2.0157: Vim9 script files not in list of distributed files
Problem: Vim9 script files not in list of distributed files. Solution: Add the entries.
1 parent 4b96df5 commit 318e7a9

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Filelist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ SRC_ALL = \
1414
ci/if_ver*.vim \
1515
src/Make_all.mak \
1616
src/README.md \
17+
src/README_VIM9.md \
1718
src/alloc.h \
1819
src/arabic.c \
1920
src/arglist.c \
@@ -133,6 +134,10 @@ SRC_ALL = \
133134
src/version.c \
134135
src/version.h \
135136
src/vim.h \
137+
src/vim9.h \
138+
src/vim9compile.c \
139+
src/vim9execute.c \
140+
src/vim9script.c \
136141
src/viminfo.c \
137142
src/winclip.c \
138143
src/window.c \
@@ -275,6 +280,9 @@ SRC_ALL = \
275280
src/proto/usercmd.pro \
276281
src/proto/userfunc.pro \
277282
src/proto/version.pro \
283+
src/proto/vim9compile.pro \
284+
src/proto/vim9execute.pro \
285+
src/proto/vim9script.pro \
278286
src/proto/viminfo.pro \
279287
src/proto/winclip.pro \
280288
src/proto/window.pro \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ static char *(features[]) =
742742

743743
static int included_patches[] =
744744
{ /* Add new patch number below this line */
745+
/**/
746+
157,
745747
/**/
746748
156,
747749
/**/

0 commit comments

Comments
 (0)