commit | c0bdbfb2ee026e913e23a5d6bcaa97d44d9a6406 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 10 18:28:12 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 10 18:28:12 2023 +0000 |
tree | 283649c1b6edeb5046cde61934faf460d451fa12 | |
parent | 6a7c7749204b256e779c245b1e999bf852ad7b64 [diff] [blame] |
patch 9.0.1398: profile test repeats the headers many times Problem: Profile test repeats the headers many times. Solution: Put the headers in script variables.
diff --git a/src/version.c b/src/version.c index b81b38d..eb3fc5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1398, +/**/ 1397, /**/ 1396,