summaryrefslogtreecommitdiff
path: root/scripts/gendocs.lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2021-02-27 15:06:04 -0500
committerGitHub <noreply@github.com>2021-02-27 21:06:04 +0100
commit11674ac021e39f92eb51d2884904b0300c5133a3 (patch)
treeced317f650b35b9ea7466097a730f76740de1725 /scripts/gendocs.lua
parentca92ec1a830a61a0b88fff925f2146ab46e0f7c9 (diff)
feat: multi selection. Only integrates with send_selected_to_qflist (#551)
This will not yet work with select actions. More work is needed in that case. Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
Diffstat (limited to 'scripts/gendocs.lua')
-rw-r--r--scripts/gendocs.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gendocs.lua b/scripts/gendocs.lua
index 0cf8a80..fdf3c5a 100644
--- a/scripts/gendocs.lua
+++ b/scripts/gendocs.lua
@@ -11,6 +11,7 @@ docs.test = function()
"./lua/telescope/init.lua",
"./lua/telescope/builtin/init.lua",
"./lua/telescope/pickers/layout_strategies.lua",
+ "./lua/telescope/actions/init.lua",
}
table.sort(input_files, function(a, b)