1
0
forked from aniani/vim

updated for version 7.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)
This commit is contained in:
Bram Moolenaar
2012-07-10 17:14:56 +02:00
parent c0885aad5c
commit cfa3caec0c
4 changed files with 9 additions and 0 deletions

View File

@@ -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},