changeset 17373:c7763af24f8d v8.1.1685

patch 8.1.1685: missing file in distributed file list commit https://github.com/vim/vim/commit/a099da357248b48e0a78bc5675c5dd222b557bf1 Author: Bram Moolenaar <Bram@vim.org> 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
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Jul 2019 23:15:05 +0200
parents b9bc47742df6
children cfbd83fc1286
files Filelist src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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,