diff options
Diffstat (limited to 'lua/telescope/pickers.lua')
| -rw-r--r-- | lua/telescope/pickers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index b8230a2..212c236 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -54,7 +54,7 @@ function Picker:new(opts) actions._clear() action_set._clear() - deprecated.picker_window_options(opts) + deprecated.options(opts) local layout_strategy = get_default(opts.layout_strategy, config.values.layout_strategy) |
