commit | 61021aa318ca4c4a6b0182ee93388b2e9b5eefba | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Wed Jul 27 14:40:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 14:40:00 2022 +0100 |
tree | 6c00416860622eb8bb9805c743c54069204cc967 | |
parent | 34d1773bd4a1880616c5d7ef3a26f7bd69527589 [diff] [blame] |
patch 9.0.0092: plugins cannot change v:completed_item Problem: Plugins cannot change v:completed_item. Solution: Make v:completed_item writeable. (Shougo Matsushita, closes #10801)
diff --git a/src/version.c b/src/version.c index 5adb215..4d97dcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 92, +/**/ 91, /**/ 90,