1
0
forked from aniani/vim

patch 8.0.1207: profiling skips the first and last script line

Problem:    Profiling skips the first and last script line.
Solution:   Check for BOM after setting script ID. (Lemonboy, closes #2103,
            closes #2112) Add a test. List the trailing script lines.
This commit is contained in:
Bram Moolenaar
2017-10-19 21:04:37 +02:00
parent fafcf0dd59
commit 67435d9983
3 changed files with 69 additions and 28 deletions

View File

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