diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-18 00:11:19 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-18 00:11:22 -0400 |
| commit | d891ba4f2e3627ab95575385c016c3448a525d0f (patch) | |
| tree | 6a25bb966236520f918359ad9a23688cdf6c3d67 /lua/telescope/builtin.lua | |
| parent | f3fc1ca8c1d4cdc941ee25a8ca8fbd4895270f82 (diff) | |
feat: add some tests and improve perf
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, { |
