commit | 23e72369ffa2c18e9fda1e5d77f4397dc4700764 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 16 21:07:35 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 16 21:07:35 2021 +0000 |
tree | a246c2c6f18333d1c44a585239706c72346ca5bb | |
parent | e124204c4f8ea8b4fe5357b7613092a7acb5feb8 [diff] [blame] |
patch 8.2.3831: opfunc test fails when missing feature changes function name Problem: Opfunc test fails when missing feature changes function name. (Dominique Pellé) Solution: Check the relevant screen line instead of using a screendump. (closes #9360)
diff --git a/src/version.c b/src/version.c index 87b82ac..e908b63 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3831, +/**/ 3830, /**/ 3829,