commit | b34689010a587e85ff724051f276513a15c634d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 19:42:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 19:42:16 2022 +0000 |
tree | bd25434ff72a7e8b1cf7e1a31fbe02b9e5f11dda | |
parent | cbadefe25a27ded93548eaa7a325d2a04bf55d7c [diff] [blame] |
patch 8.2.3976: FEARG_LAST is never used Problem: FEARG_LAST is never used. (Dominique Pellé) Solution: Remove FEARG_LAST and the related code.
diff --git a/src/version.c b/src/version.c index 3b2e7d5..44af312 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3976, +/**/ 3975, /**/ 3974,