aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorAnatolii Sakhnik <sakhnik@gmail.com>2018-12-09 19:26:12 +0200
committerAnatolii Sakhnik <sakhnik@gmail.com>2018-12-09 19:45:56 +0200
commit2c92a4d0c8a398c8a7dfd1666fdcfd2ab89cc887 (patch)
treec5f56dcfd5e4a4f7fa383da90b0e3c9e6dac5c64 /runtime
parentb7f2c7dd1d2a5753962c9276df3db8bc5d358b3e (diff)
downloadrneovim-2c92a4d0c8a398c8a7dfd1666fdcfd2ab89cc887.tar.gz
rneovim-2c92a4d0c8a398c8a7dfd1666fdcfd2ab89cc887.tar.bz2
rneovim-2c92a4d0c8a398c8a7dfd1666fdcfd2ab89cc887.zip
vim-patch:8.1.0397: no event triggered after updating diffs
Problem: No event triggered after updating diffs. Solution: Add the DiffUpdated event. https://github.com/vim/vim/commit/e8fa05b5bc2d6d76bf5af50176a63655d00d1110
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 4702656c41..c34dbaaf60 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -628,6 +628,11 @@ CursorMoved After the cursor was moved in Normal or Visual
CursorMovedI After the cursor was moved in Insert mode.
Not triggered when the popup menu is visible.
Otherwise the same as CursorMoved.
+ *DiffUpdated*
+DiffUpdated After diffs have been updated. Depending on
+ what kind of diff is being used (internal or
+ external) this can be triggered on every
+ change or when doing |:diffupdate|.
*DirChanged*
DirChanged After the |current-directory| was changed.
Sets these |v:event| keys: