1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-08-21 17:49:54 +02:00
parent fd6100b2aa
commit 7feb35e778
3 changed files with 270 additions and 24 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
309,
/**/
308,
/**/