# HG changeset patch # User Bram Moolenaar # Date 1563052505 -7200 # Node ID c7763af24f8d89a0c215556cb63a27968c9cc022 # Parent b9bc47742df68c22c2421eb0429cd98563e4c442 patch 8.1.1685: missing file in distributed file list commit https://github.com/vim/vim/commit/a099da357248b48e0a78bc5675c5dd222b557bf1 Author: Bram Moolenaar Date: Sat Jul 13 23:06:26 2019 +0200 patch 8.1.1685: missing file in distributed file list Problem: Missing file in distributed file list. Solution: Add profiling.pro diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -209,6 +209,7 @@ SRC_ALL = \ src/proto/option.pro \ src/proto/popupmnu.pro \ src/proto/popupwin.pro \ + src/proto/profiler.pro \ src/proto/quickfix.pro \ src/proto/regexp.pro \ src/proto/screen.pro \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -778,6 +778,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1685, +/**/ 1684, /**/ 1683,