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>
This commit is contained in:
TJ DeVries
2021-02-27 21:06:04 +01:00
committed by GitHub
co-authored by Simon Hauser
parent ca92ec1a83
commit 11674ac021
10 changed files with 273 additions and 75 deletions
+1
View File
@@ -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)