commit | a247142ae45308087b25f91c8af48399c8ac2943 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Aug 23 19:26:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 23 19:26:05 2022 +0100 |
tree | 7af0668d351c9723774bc556d6cb5fa3f0aa2cfb | |
parent | f396ce83eebf6c61596184231d39ce4d41eeac04 [diff] [blame] |
patch 9.0.0248: duplicate code in finding a script in the execution stack Problem: Duplicate code in finding a script in the execution stack. Solution: Reduce duplicate code. (closes #10961)
diff --git a/src/version.c b/src/version.c index 66ef53c..0a3d26b 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 248, +/**/ 247, /**/ 246,