diff options
| author | fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> | 2021-12-27 17:55:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-27 17:55:43 +0100 |
| commit | 3dafcb419b9b15855731f52965143ad6006726d4 (patch) | |
| tree | a0d8126d2b49bd292d83257a51b886a0c8ed17ed /doc | |
| parent | 88437804e157196f053d0fa62dc891facd9ab746 (diff) | |
fix: too early setup on initial extension access (#1601)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index cd94fd5..65d6b43 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -610,6 +610,8 @@ telescope.register_extension({mod}) *telescope.register_extension()* telescope.load_extension({name}) *telescope.load_extension()* Load an extension. + - Notes: + - Loading triggers ext setup via the config passed in |telescope.setup| Parameters: ~ |
