]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.839 v7.3.839
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Feb 2013 16:59:43 +0000 (17:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Feb 2013 16:59:43 +0000 (17:59 +0100)
Problem:    Some files missing in the list of distributed files.
Solution:   Add lines for new files.

Filelist
src/version.c

index b1563eb73893e6220f6ea98bf67fc408ce55f48f..c758a75977e9a94d3cda93f3a317e62b80143a51 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -73,6 +73,7 @@ SRC_ALL =     \
                src/version.c \
                src/version.h \
                src/vim.h \
+               src/winclip.c \
                src/window.c \
                src/xxd/xxd.c \
                src/main.aap \
@@ -83,6 +84,7 @@ SRC_ALL =     \
                src/testdir/test60.vim \
                src/testdir/test83-tags? \
                src/proto.h \
+               src/proto/arabic.pro \
                src/proto/blowfish.pro \
                src/proto/buffer.pro \
                src/proto/charset.pro \
@@ -130,6 +132,7 @@ SRC_ALL =   \
                src/proto/ui.pro \
                src/proto/undo.pro \
                src/proto/version.pro \
+               src/proto/winclip.pro \
                src/proto/window.pro \
 
 
@@ -444,6 +447,7 @@ SRC_EXTRA = \
                src/os_beos.c \
                src/os_beos.h \
                src/os_beos.rsrc \
+               src/proto/os_beos.pro \
                src/os_mint.h \
                src/os_vms_fix.com \
                src/toolbar.phi \
index a4e461e9539ab02da0ef8be4281c5ecd61f7a4b6..95cea6a77c7c38387b9718fb9976e59605a4f5db 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    839,
 /**/
     838,
 /**/