diff options
Diffstat (limited to 'lua/telescope/builtin.lua')
| -rw-r--r-- | lua/telescope/builtin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin.lua b/lua/telescope/builtin.lua index bd8e5d5..02bc0db 100644 --- a/lua/telescope/builtin.lua +++ b/lua/telescope/builtin.lua @@ -118,7 +118,7 @@ builtin.live_grep = function(opts) return flatten { conf.vimgrep_arguments, prompt } end, opts.entry_maker or make_entry.gen_from_vimgrep(opts), - opts.max_results or 1000 + opts.max_results ) pickers.new(opts, { |
