commit | 67435d9983965c5c77fc74f0559779ce4554dacb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 19 21:04:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 19 21:04:37 2017 +0200 |
tree | ff45ed1b00544acfd9c6b1aac58eceff561e70bf | |
parent | fafcf0dd59fd9c4ef743bb333ae40d1d322b6079 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b0f8c5f..040d324 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1207, +/**/ 1206, /**/ 1205,