File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ Name triggered by ~
345
345
when popup menu is not visible
346
346
| TextChangedP | after a change was made to the text in Insert mode
347
347
when popup menu visible
348
- | TextYankPost | after text is yanked or deleted
348
+ | TextYankPost | after text has been yanked or deleted
349
349
350
350
| ColorSchemePre | before loading a color scheme
351
351
| ColorScheme | after loading a color scheme
@@ -656,12 +656,17 @@ FileChangedRO Before making the first change to a read-only
656
656
*E881*
657
657
If the number of lines changes saving for undo
658
658
may fail and the change will be aborted.
659
+ *DiffUpdated*
660
+ DiffUpdated After diffs have been updated. Depending on
661
+ what kind of diff is being used (internal or
662
+ external) this can be triggered on every
663
+ change or when doing | :diffupdate | .
659
664
*DirChanged*
660
665
DirChanged The working directory has changed in response
661
666
to the | :cd | or | :lcd | commands, or as a
662
667
result of the 'autochdir' option.
663
668
The pattern can be:
664
- "window" to trigger on `:lcd
669
+ "window" to trigger on `:lcd `
665
670
"global" to trigger on `:cd `
666
671
"auto" to trigger on 'autochdir' .
667
672
"drop" to trigger on editing a file
You can’t perform that action at this time.
0 commit comments