commit | 0892832bb6c7e322fcae8560eaad5a8140ee4a06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 04 14:32:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 04 14:32:48 2020 +0100 |
tree | d45503cc14259ea6c44cb63f26b69a6bfb4bfc3c | |
parent | 5cb0b93d52fa5c12ca50a18509947ee6459bb7a8 [diff] [blame] |
patch 8.2.0084: complete item "user_data" can only be a string Problem: Complete item "user_data" can only be a string. Solution: Accept any type of variable. (closes #5412)
diff --git a/src/version.c b/src/version.c index 3c8feee..6b2c9c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 84, +/**/ 83, /**/ 82,