From: Bram Moolenaar Date: Thu, 4 Apr 2019 11:12:07 +0000 (+0200) Subject: patch 8.1.1109: deleted file still in list of distributed files X-Git-Tag: v8.1.1109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b76b7df851608fe4d7179269d3c6736db30733;p=vim patch 8.1.1109: deleted file still in list of distributed files Problem: Deleted file still in list of distributed files. Solution: Remove the src/os_w32dll.c entry. --- diff --git a/Filelist b/Filelist index 7f1afd89f..1e4fee9f0 100644 --- a/Filelist +++ b/Filelist @@ -450,7 +450,6 @@ SRC_DOS = \ src/iscygpty.h \ src/iid_ole.c \ src/os_dos.h \ - src/os_w32dll.c \ src/os_w32exe.c \ src/os_win32.c \ src/os_mswin.c \ diff --git a/src/version.c b/src/version.c index 08493fe1b..00db3b670 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1109, /**/ 1108, /**/