commit | e2390c7f32879ab7942adf0d38b1db34933695fa | [log] [tgz] |
---|---|---|
author | Martin Tournoij <martin@arp242.net> | Wed Jul 28 13:30:16 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 13:30:16 2021 +0200 |
tree | 790c45a98865cb220c0d36d235826d5640613ad5 | |
parent | 7e6a2a64f09df577f29e024c1d1e6733d6bc1b7c [diff] [blame] |
patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer Problem: prop_list() and prop_find() do not indicate the buffer for the used type. Solution: Add "type_bufnr" to the results. (closes #8647)
diff --git a/src/version.c b/src/version.c index 85b8ae9..b172333 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3233, +/**/ 3232, /**/ 3231,