Skip to content

Commit bdbd1be

Browse files
committed
updated for version 7.3.839
Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
1 parent 2914722 commit bdbd1be

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Filelist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ SRC_ALL = \
7373
src/version.c \
7474
src/version.h \
7575
src/vim.h \
76+
src/winclip.c \
7677
src/window.c \
7778
src/xxd/xxd.c \
7879
src/main.aap \
@@ -83,6 +84,7 @@ SRC_ALL = \
8384
src/testdir/test60.vim \
8485
src/testdir/test83-tags? \
8586
src/proto.h \
87+
src/proto/arabic.pro \
8688
src/proto/blowfish.pro \
8789
src/proto/buffer.pro \
8890
src/proto/charset.pro \
@@ -130,6 +132,7 @@ SRC_ALL = \
130132
src/proto/ui.pro \
131133
src/proto/undo.pro \
132134
src/proto/version.pro \
135+
src/proto/winclip.pro \
133136
src/proto/window.pro \
134137

135138

@@ -444,6 +447,7 @@ SRC_EXTRA = \
444447
src/os_beos.c \
445448
src/os_beos.h \
446449
src/os_beos.rsrc \
450+
src/proto/os_beos.pro \
447451
src/os_mint.h \
448452
src/os_vms_fix.com \
449453
src/toolbar.phi \

src/version.c

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

729729
static int included_patches[] =
730730
{ /* Add new patch number below this line */
731+
/**/
732+
839,
731733
/**/
732734
838,
733735
/**/

0 commit comments

Comments
 (0)