commit | ffa4e9b43a3d6d7f412f54637a4b1076ed2bc2f4 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Dec 09 11:36:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 11:36:36 2022 +0000 |
tree | b2ea31abef1ae8ef4301cfbb1893c0e5a8c0549d | |
parent | 98aeb2100c2759111f93f0f0857e93d98afdc88a [diff] [blame] |
patch 9.0.1038: function name does not match what it is used for Problem: Function name does not match what it is used for. Solution: Include the modifier in the name. (closes #11679)
diff --git a/src/version.c b/src/version.c index a39bdba..aac1cc9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1038, +/**/ 1037, /**/ 1036,