diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/autocmd.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index ee90d67cbc..01b21aa085 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -253,6 +253,9 @@ BufLeave Before leaving to another buffer. Also when new current window is not for the same buffer. Not used for ":qa" or ":q" when exiting Vim. + *BufModifiedSet* +BufModifiedSet After the `'modified'` value of a buffer has + been changed. *BufNew* BufNew Just after creating a new buffer. Also used just after a buffer has been renamed. When |