diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-11-01 20:30:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-01 20:30:10 +0100 |
| commit | 587a10d1494d8ffa1229246228f0655db2f0a48a (patch) | |
| tree | 081dcfb1448c16e836b6877ed20344f135afdd88 /lua/telescope/pickers.lua | |
| parent | 0caec3d6e4d3c3c71339eb18a9aae7ed0f24badc (diff) | |
chore: remove a lot of deprecated stuff (#1399)
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) |
