From 11674ac021e39f92eb51d2884904b0300c5133a3 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Sat, 27 Feb 2021 15:06:04 -0500 Subject: 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 --- scripts/gendocs.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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) -- cgit v1.2.3