commit | 33d3ce640c63366e26b84c8d6f5798187a258ee2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 10:41:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 10:41:35 2022 +0100 |
tree | cd30dffb4cb25a5039c3814ac4b4f76a7015d106 | |
parent | 77fc0b02e53bdc49213900e0055cb6d678ce180d [diff] [blame] |
patch 8.2.4808: unused item in engine struct Problem: Unused item in engine struct. Solution: Remove "expr". Add comment with tags.
diff --git a/src/version.c b/src/version.c index a2452d3..7ec4c8a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4808, +/**/ 4807, /**/ 4806,