fix(pickers): always redraw when screen is resized (#2140)

Due to regression from switching
to lua autocmd api pickers
 were resized only once.

(cherry picked from commit 3e944f02ff)
This commit is contained in:
Aki
2022-08-24 12:34:15 +05:30
committed by Simon Hauser
parent 510338722e
commit 7bad079d46
-1
View File
@@ -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,