commit | 7feb35e7782907b44659a2748ff5d7489deeed74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 17:49:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 17:49:54 2018 +0200 |
tree | bbc07d7a942c0aa3d5e336ac8ea06244e25ba653 | |
parent | fd6100b2aa6178b88cfadcdbc494966bf79a5488 [diff] [blame] |
patch 8.1.0309: profiling does not show a count for condition lines Problem: Profiling does not show a count for condition lines. (Daniel Hahler) Solution: Count lines when not skipping. (Ozaki Kiichi, closes #2499)
diff --git a/src/version.c b/src/version.c index 51ead8f..8107b44 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 309, +/**/ 308, /**/ 307,