1
0
forked from aniani/vim

patch 8.1.1685: missing file in distributed file list

Problem:    Missing file in distributed file list.
Solution:   Add profiling.pro
This commit is contained in:
Bram Moolenaar
2019-07-13 23:06:26 +02:00
parent 396e829fa3
commit a099da3572
2 changed files with 3 additions and 0 deletions

View File

@@ -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 \

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1685,
/**/
1684,
/**/