diff options
| author | Aki <anonymus.aki@gmail.com> | 2022-08-24 12:34:15 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 09:04:15 +0200 |
| commit | 3e944f02ff8040056b44f6a9aed48842317b33ac (patch) | |
| tree | ae8742a0fe99a4d34ce2baff3d01e1bb1c399cc6 /lua/telescope | |
| parent | 28dc08f614f45d37ad90f170935f1f4e12559aeb (diff) | |
fix(pickers): always redraw when screen is resized (#2140)
Due to regression from switching
to lua autocmd api pickers
were resized only once.
Diffstat (limited to 'lua/telescope')
| -rw-r--r-- | lua/telescope/pickers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index b704bf5..5019abf 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -531,7 +531,6 @@ function Picker:find() buffer = prompt_bufnr, group = "PickerInsert", nested = true, - once = true, callback = function() require("telescope.pickers").on_resize_window(prompt_bufnr) end, |
