commit | 32105ae88f3aa6a6af30336f0bc9f8eb81292cd7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 27 18:59:25 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 27 18:59:25 2021 +0100 |
tree | e414430d7c9e30127d37998fc0e427f3c4a8cdf3 | |
parent | 79efa2e3b3cdab8c21d95ba4ed9cb573566af531 [diff] [blame] |
patch 8.2.2664: Vim9: not enough function arguments checked for string Problem: Vim9: not enough function arguments checked for string. Solution: Check in balloon functions. Refactor function arguments.
diff --git a/src/version.c b/src/version.c index 2b63d6d..435efeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2664, +/**/ 2663, /**/ 2662,