commit | 8279cfe49961b3711c84c66a9954c9f70e9b78c8 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Apr 23 12:05:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 12:05:51 2022 +0100 |
tree | 43804d2354c58fe213a2f050deb9d984cbb7caf5 | |
parent | 0de7369fd4ed5b739341e9d7971538b89b1748e0 [diff] [blame] |
patch 8.2.4812: unused struct item Problem: Unused struct item. Solution: Remove "lines" match_T. Simplify the code. (closes #10256)
diff --git a/src/version.c b/src/version.c index d054717..078f968 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4812, +/**/ 4811, /**/ 4810,