diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-11-07 23:22:54 -0500 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-11-07 23:22:54 -0500 |
commit | 6b5975a1eb2d3e81901a1547ca85023d9c1be073 (patch) | |
tree | efa4fcf1e9b7014142952aa42e4257275bfb0cf7 | |
parent | 45d9f4fe6fe6b6a8af6a8a3933d35e8763685468 (diff) | |
download | rneovim-6b5975a1eb2d3e81901a1547ca85023d9c1be073.tar.gz rneovim-6b5975a1eb2d3e81901a1547ca85023d9c1be073.tar.bz2 rneovim-6b5975a1eb2d3e81901a1547ca85023d9c1be073.zip |
doc: add BufModifiedSet
-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 |