commit | 8f66717a1f835b8194139d158c1e2df8b30c3ef3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 15:38:31 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 15:38:31 2018 +0100 |
tree | a85c2d9df9a47870d35c88ae849510407c670b81 | |
parent | fb95e212a2696e5b1c8b5e6b2984af59fa7ead6f [diff] [blame] |
patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string() Problem: Using illogical name for get_dict_number()/get_dict_string(). Solution: Rename to start with dict_.
diff --git a/src/version.c b/src/version.c index a0ffd4e..1c85bf1 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 583, +/**/ 582, /**/ 581,