commit | b185a4074515f576b420cfc7a5a07f840cf6b51f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 22:42:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 22:42:00 2020 +0200 |
tree | e282afc4297490873aa89ef1bfea9b5b394e6b9e | |
parent | 2bbada811625ee53c7bcdf689dbf409e9975ea8f [diff] [blame] |
patch 8.2.1708: Vim9: error message for function has unpritable characters Problem: Vim9: error message for function has unpritable characters. Solution: use printable_func_name(). (closes #6965)
diff --git a/src/version.c b/src/version.c index fd880f5..2701c79 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1708, +/**/ 1707, /**/ 1706,