vim-patch:8.1.0397: no event triggered after updating diffs

Problem:    No event triggered after updating diffs.
Solution:   Add the DiffUpdated event.

e8fa05b5bc
This commit is contained in:
Anatolii Sakhnik
2018-12-09 19:26:12 +02:00
parent b7f2c7dd1d
commit 2c92a4d0c8
4 changed files with 14 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ return {
'CursorHoldI', -- idem, in Insert mode
'CursorMoved', -- cursor was moved
'CursorMovedI', -- cursor was moved in Insert mode
'DiffUpdated', -- diffs have been updated
'DirChanged', -- directory changed
'EncodingChanged', -- after changing the 'encoding' option
'ExitPre', -- before exiting