summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-10 17:14:56 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-10 17:14:56 +0200
commitcfa3caec0c0d54e593d6c19241da996b4111591b (patch)
treef1354495162707cdff4a4e9eada517434040b468 /src/fileio.c
parentc0885aad5c40ea04f4b6a2462602273e06467516 (diff)
downloadvim-git-cfa3caec0c0d54e593d6c19241da996b4111591b.tar.gz
updated for version 7.3.598v7.3.598
Problem: Cannot act upon end of completion. (Taro Muraoka) Solution: Add an autocommand event that is triggered when completion has finished. (Idea by Florian Klein)
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index d88ff25f6..df694234f 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -7643,6 +7643,7 @@ static struct event_name
{"CmdwinEnter", EVENT_CMDWINENTER},
{"CmdwinLeave", EVENT_CMDWINLEAVE},
{"ColorScheme", EVENT_COLORSCHEME},
+ {"CompleteDone", EVENT_COMPLETEDONE},
{"CursorHold", EVENT_CURSORHOLD},
{"CursorHoldI", EVENT_CURSORHOLDI},
{"CursorMoved", EVENT_CURSORMOVED},