aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-11-09 12:23:14 +0100
committerGitHub <noreply@github.com>2020-11-09 12:23:14 +0100
commit42ffa2d62ee714a165d56f5fa8022a32c7534d71 (patch)
tree108fd22e5ff021d1ca1840b1ec8202871a90083b /runtime
parent4e6f00dd29332ce549006e8df1b1392ed4209954 (diff)
parent11326761c77372eba83b47139f5b53c6cd5c536a (diff)
downloadrneovim-42ffa2d62ee714a165d56f5fa8022a32c7534d71.tar.gz
rneovim-42ffa2d62ee714a165d56f5fa8022a32c7534d71.tar.bz2
rneovim-42ffa2d62ee714a165d56f5fa8022a32c7534d71.zip
Merge pull request #13205 from romgrk/add-bufmodified-autocmd
Implement BufModifiedSet autocmd
Diffstat (limited to 'runtime')
-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 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