mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1138: plugins don't get notified when the popup menu changes
Problem: Plugins don't get notified when the popup menu changes. Solution: Add the CompleteChanged event. (Andy Massimino. closes #4176)
This commit is contained in:
@@ -1270,6 +1270,7 @@ enum auto_event
|
||||
EVENT_CMDWINLEAVE, // before leaving the cmdline window
|
||||
EVENT_COLORSCHEME, // after loading a colorscheme
|
||||
EVENT_COLORSCHEMEPRE, // before loading a colorscheme
|
||||
EVENT_COMPLETECHANGED, // after completion popup menu changed
|
||||
EVENT_COMPLETEDONE, // after finishing insert complete
|
||||
EVENT_CURSORHOLD, // cursor in same position for a while
|
||||
EVENT_CURSORHOLDI, // idem, in Insert mode
|
||||
|
Reference in New Issue
Block a user