summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/builtin/files.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/telescope/builtin/files.lua b/lua/telescope/builtin/files.lua
index 0093e59..096820a 100644
--- a/lua/telescope/builtin/files.lua
+++ b/lua/telescope/builtin/files.lua
@@ -94,9 +94,7 @@ files.live_grep = function(opts)
end
return flatten { vimgrep_arguments, additional_args, "--", prompt, search_list }
- end, opts.entry_maker or make_entry.gen_from_vimgrep(
- opts
- ), opts.max_results, opts.cwd)
+ end, opts.entry_maker or make_entry.gen_from_vimgrep(opts), opts.max_results, opts.cwd)
pickers.new(opts, {
prompt_title = "Live Grep",