commit | 42a4512f62322fcc12c0071037161d2079d98ba5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 17:56:23 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 17:56:23 2015 +0200 |
tree | 01c45b917ad125f14eb981148a9828a453b85253 | |
parent | ae94b7718ab5ecc820ce487c9ea0178c04a9853c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8ab862a..e194707 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 774, +/**/ 773, /**/ 772,