commit | 2a77d21f7893ba14e682a3c5891d606f117a3f36 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 26 21:38:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 26 21:38:52 2018 +0200 |
tree | a31c14cee7362eeac7d143a5090e465653fc118c | |
parent | 4368d5ce8a2fa16826d76eeb32347bbbb4fad2bc [diff] [blame] |
patch 8.0.1647: terminal API may call any user function Problem: Terminal API may call a function not meant to be called by this API. Solution: Require the function to start with Tapi_.
diff --git a/src/version.c b/src/version.c index 14bf136..df56277 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1647, +/**/ 1646, /**/ 1645,