1
0
forked from aniani/vim

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)
This commit is contained in:
Shougo Matsushita
2022-07-27 14:40:00 +01:00
committed by Bram Moolenaar
parent 34d1773bd4
commit 61021aa318
4 changed files with 18 additions and 1 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
92,
/**/
91,
/**/