commit | 851f86b951cdd67ad9cf3149e46169d1375c8d82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 14:26:44 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 14:26:44 2021 +0000 |
tree | 345b918abbe1034654b12502e877bebad593c1e5 | |
parent | 739f13a55b4982efb37ebc9282e7f79975fff982 [diff] [blame] |
patch 8.2.3796: the funcexe_T struct members are not named consistently Problem: The funcexe_T struct members are not named consistently. Solution: Prefix "fe_" to all the members.
diff --git a/src/version.c b/src/version.c index c52110e..2da3159 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3796, +/**/ 3795, /**/ 3794,