commit | 660a10ad41c14363326f83451c3c425201923119 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 15:48:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 15:48:38 2019 +0200 |
tree | 98da3e8bf0b6653517fe6142ba9159109aa3d75f | |
parent | 1850b14c0d338eb27fb32d0d6e0bfb6944c75c5a [diff] [blame] |
patch 8.1.1689: profiling code is spread out Problem: Profiling code is spread out. Solution: Move more profiling code to profiler.c. (Yegappan Lakshmanan, closes #4668)
diff --git a/src/version.c b/src/version.c index ddf68db..19c04a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1689, +/**/ 1688, /**/ 1687,