fix(internal.resume): dynamic_preview_title was not respected and title became static (#2696)

* fix(internal.resume): dynamic_preview_title was not respected and title became static

* run stylua
This commit is contained in:
Sofronie Cristian
2023-09-10 02:33:01 +03:00
committed by GitHub
parent 18f10f2800
commit 3d8e051c8c
2 changed files with 6 additions and 1 deletions

View File

@@ -161,6 +161,7 @@ internal.resume = function(opts)
picker.hidden_previewer = nil
opts.previewer = vim.F.if_nil(opts.previewer, false)
end
opts.resumed_picker = true
pickers.new(opts, picker):find()
end