commit | 5ff595d9db2d9a33aa10cc9f18f256826226862f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 22:36:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 22:36:41 2022 +0100 |
tree | 1abcab2fb32d1084c7d0667490679d5c5941a04b | |
parent | af9a6002e0761012cb7108cbfa179a880d3cb49b [diff] [blame] |
patch 9.0.0284: using static buffer for multiple completion functions Problem: Using static buffer for multiple completion functions. Solution: Use one buffer in expand_T.
diff --git a/src/version.c b/src/version.c index c3fbe5f..2e48687 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 284, +/**/ 283, /**/ 282,