File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -742,6 +742,8 @@ static char *(features[]) =
742742
743743static int included_patches [] =
744744{ /* Add new patch number below this line */
745+ /**/
746+ 157 ,
745747/**/
746748 156 ,
747749/**/
You can’t perform that action at this time.
0 commit comments