commit | a6c18d38ca2df0a92403f2265a480d9dba08290f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 31 20:02:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 31 20:02:56 2022 +0100 |
tree | ac3af2c88f7576100428d53d3b9aae6bbf993f8c | |
parent | ccbfd4883f0385a1d84cc87785ddcc86185b4ad9 [diff] [blame] |
patch 8.2.4657: errors for functions are sometimes hard to read Problem: Errors for functions are sometimes hard to read. Solution: Use printable_func_name() in more places.
diff --git a/src/version.c b/src/version.c index ade858d..1e9c718 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4657, +/**/ 4656, /**/ 4655,