commit | ca16c60f337ed33d5dd66a6e90aaf95b619c5e47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 18:57:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 18:57:08 2022 +0100 |
tree | 4c552c6a030970a050e9ab9aeea33fa222d717aa | |
parent | 58779858fb5a82a3233af5d4237a3cece88c10d4 [diff] [blame] |
patch 9.0.0398: members of funccall_T are inconsistently named Problem: Members of funccall_T are inconsistently named. Solution: Use the "fc_" prefix for all members.
diff --git a/src/version.c b/src/version.c index 35184b2..a734b15 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 398, +/**/ 397, /**/ 396,