mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.0158: triggering CompleteDone earlier is not backwards compatible
Problem: Triggering CompleteDone earlier is not backwards compatible. (Daniel Hahler) Solution: Add CompleteDonePre instead.
This commit is contained in:
@@ -1303,6 +1303,7 @@ enum auto_event
|
||||
EVENT_COLORSCHEMEPRE, // before loading a colorscheme
|
||||
EVENT_COMPLETECHANGED, // after completion popup menu changed
|
||||
EVENT_COMPLETEDONE, // after finishing insert complete
|
||||
EVENT_COMPLETEDONEPRE, // idem, before clearing info
|
||||
EVENT_CURSORHOLD, // cursor in same position for a while
|
||||
EVENT_CURSORHOLDI, // idem, in Insert mode
|
||||
EVENT_CURSORMOVED, // cursor was moved
|
||||
|
Reference in New Issue
Block a user