comparison runtime/doc/autocmd.txt @ 14770:27055ad9276b v8.1.0397

patch 8.1.0397: no event triggered after updating diffs commit https://github.com/vim/vim/commit/e8fa05b5bc2d6d76bf5af50176a63655d00d1110 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 16 15:48:06 2018 +0200 patch 8.1.0397: no event triggered after updating diffs Problem: No event triggered after updating diffs. Solution: Add the DiffUpdated event.
author Christian Brabandt <cb@256bit.org>
date Sun, 16 Sep 2018 16:00:07 +0200
parents 5c5908e81e93
children 40ef13331e02
comparison
equal deleted inserted replaced
14769:a81c7ba51880 14770:27055ad9276b
654 here. You can reload the buffer but not edit 654 here. You can reload the buffer but not edit
655 another one. 655 another one.
656 *E881* 656 *E881*
657 If the number of lines changes saving for undo 657 If the number of lines changes saving for undo
658 may fail and the change will be aborted. 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 *DirChanged* 664 *DirChanged*
660 DirChanged The working directory has changed in response 665 DirChanged The working directory has changed in response
661 to the |:cd| or |:lcd| commands, or as a 666 to the |:cd| or |:lcd| commands, or as a
662 result of the 'autochdir' option. 667 result of the 'autochdir' option.
663 The pattern can be: 668 The pattern can be: