commit | ad6480961080f80a455b2394f27b02935a2ded52 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 18:28:03 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 18:28:03 2018 +0200 |
tree | d857cca5de9f29740f9604310272e88f2ea0ef1b | |
parent | 668324ef4fd59980dc57b2eefe57eddc57c7b920 [diff] [blame] |
patch 8.1.0130: ":profdel func" does not work if func was called already Problem: ":profdel func" does not work if func was called already. (Dominique Pelle) Solution: Reset uf_profiling and add a flag to indicate initialization was done.
diff --git a/src/version.c b/src/version.c index f4399cc..bc3d06a 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 130, +/**/ 129, /**/ 127,