diff options
| author | codesoap <codesoap@mailbox.org> | 2019-06-25 17:48:24 +0200 |
|---|---|---|
| committer | codesoap <codesoap@mailbox.org> | 2019-06-25 19:16:47 +0200 |
| commit | ca2741fe207b94dab5ca9e5d55df7bdf98ee457d (patch) | |
| tree | 0eed864a5ae97cc83e6648c2f10681fff07f7587 /doc | |
| parent | 196b38b2e0b8c8babfeffec786ef9ad948e976e6 (diff) | |
Rename ModuleLoad hook to ModuleLoaded
This clarifies, that the hook is run *after* the module is loaded.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pages/changelog.asciidoc | 4 | ||||
| -rw-r--r-- | doc/pages/hooks.asciidoc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 182b962e..72622a31 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -28,8 +28,8 @@ released versions. `require-module` commands that allows for lazily loading language support files with dependency resolution. -* Added a new hook `ModuleLoad` which is run when a module is loaded, - allowing for module specific configuration. +* Added a new hook `ModuleLoaded` which is run after a module is + loaded, allowing for module specific configuration. * Shell quoting of lists is not automatic anymore, `$kak_quoted_...` makes it opt-in, and works for all option types. diff --git a/doc/pages/hooks.asciidoc b/doc/pages/hooks.asciidoc index 1bd252a0..67058ecd 100644 --- a/doc/pages/hooks.asciidoc +++ b/doc/pages/hooks.asciidoc @@ -176,8 +176,8 @@ name. Hooks with no description will always use an empty string. *RawKey* `key`:: Triggered whenever a key is pressed by the user -*ModuleLoad* `module`:: - Triggered when a module is evaluated by the first `require-module` call +*ModuleLoaded* `module`:: + Triggered after a module is evaluated by the first `require-module` call Note that some hooks will not consider underlying scopes depending on what context they are bound to be run into, e.g. the `BufWritePost` hook is a buffer |
