1
0
forked from aniani/vim

patch 7.4.774

Problem:    When using the CompleteDone autocommand event it's difficult to
            get to the completed items.
Solution:   Add the v:completed_items variable. (Shougo Matsu)
This commit is contained in:
Bram Moolenaar
2015-07-10 17:56:23 +02:00
parent ae94b7718a
commit 42a4512f62
8 changed files with 72 additions and 1 deletions

View File

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