aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRom Grk <romgrk.cc@gmail.com>2020-11-07 23:22:54 -0500
committerRom Grk <romgrk.cc@gmail.com>2020-11-07 23:22:54 -0500
commit6b5975a1eb2d3e81901a1547ca85023d9c1be073 (patch)
treeefa4fcf1e9b7014142952aa42e4257275bfb0cf7
parent45d9f4fe6fe6b6a8af6a8a3933d35e8763685468 (diff)
downloadrneovim-6b5975a1eb2d3e81901a1547ca85023d9c1be073.tar.gz
rneovim-6b5975a1eb2d3e81901a1547ca85023d9c1be073.tar.bz2
rneovim-6b5975a1eb2d3e81901a1547ca85023d9c1be073.zip
doc: add BufModifiedSet
-rw-r--r--runtime/doc/autocmd.txt3
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