commit | fa55cfc69d2b14761e2a8bd85bc1e0d82df770aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 22:59:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 22:59:32 2019 +0200 |
tree | 3420b78d3aa0d58695f9a660592b655ac2f22fb1 | |
parent | d5abb4c87727eecb71b0e8ffdda60fc9598272f3 [diff] [blame] |
patch 8.1.1684: profiling functionality is spread out Problem: Profiling functionality is spread out. Solution: Put profiling functionality in profiling.c. (Yegappan Lakshmanan, closes #4666)
diff --git a/src/version.c b/src/version.c index fb7e5c3..4316068 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1684, +/**/ 1683, /**/ 1682,