From cb8270feaad8c31ca1baa35c65b500d4237a9736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Fred=C3=A9n?= Date: Wed, 13 Jun 2018 00:38:39 +0200 Subject: [PATCH] Add documentation of BufReload hook --- doc/pages/hooks.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/pages/hooks.asciidoc b/doc/pages/hooks.asciidoc index 8c23d5e0..b0e16152 100644 --- a/doc/pages/hooks.asciidoc +++ b/doc/pages/hooks.asciidoc @@ -106,6 +106,10 @@ of the given *group*. *BufWritePost* `filename`:: executed just after a buffer is written +*BufReload* `filename`:: + executed after a buffer reload has been triggered by an external + modification to its file + *BufClose* `buffer name`:: executed when a buffer is deleted, while it is still valid