# HG changeset patch # User Bram Moolenaar # Date 1554376508 -7200 # Node ID 4a1b411b1cfa1abce58e41ffd724243e30fb8626 # Parent a23c883685cb5d3ec644e83cd3910421ff6ee0ab patch 8.1.1109: deleted file still in list of distributed files commit https://github.com/vim/vim/commit/39b76b7df851608fe4d7179269d3c6736db30733 Author: Bram Moolenaar Date: Thu Apr 4 13:12:07 2019 +0200 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1109, +/**/ 1108, /**/ 1107,