diff options
-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 dbaba1b3ad..dd9ab74a94 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 |