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:
@@ -761,6 +761,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1207,
|
||||
/**/
|
||||
1206,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user