commit | 4c7b08f6409349cf5324a26f7523c438590550ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 10 22:03:40 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 10 22:03:40 2018 +0200 |
tree | d742059c88721a93968729981fc512d8435bbaa3 | |
parent | e797abf3c75358ebc0b31d6e076972daf889e06e [diff] [blame] |
patch 8.1.0365: function profile doesn't specify where it was defined Problem: Function profile doesn't specify where it was defined. Solution: Show the script name and line number.
diff --git a/src/version.c b/src/version.c index 0654c29..c9a95ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 365, +/**/ 364, /**/ 363,