diff options
| author | fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> | 2021-07-03 10:54:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-03 10:54:06 +0200 |
| commit | bdd0df73a6ee424f9c77624218b4fba1e42e468c (patch) | |
| tree | bdd5bc7e80d733c11cdba3fb59468a852fc10b9e /scripts/gendocs.lua | |
| parent | c5a6ed16e2022e2d19936e00a8a39a97cba39f11 (diff) | |
feat: select_all, toggle_all and drop_all actions (#931)
Diffstat (limited to 'scripts/gendocs.lua')
| -rw-r--r-- | scripts/gendocs.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gendocs.lua b/scripts/gendocs.lua index cd53a30..1533bd5 100644 --- a/scripts/gendocs.lua +++ b/scripts/gendocs.lua @@ -15,6 +15,7 @@ docs.test = function() "./lua/telescope/actions/init.lua", "./lua/telescope/actions/state.lua", "./lua/telescope/actions/set.lua", + "./lua/telescope/actions/utils.lua", "./lua/telescope/previewers/init.lua", "./lua/telescope/config/resolve.lua", "./lua/telescope/themes.lua", |
