mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-03 11:25:41 +00:00
fix: clear buffer previewer fully for caching (#1201)
This commit is contained in:
@@ -1021,6 +1021,8 @@ previewers.buffers = defaulter(function(opts)
|
||||
end
|
||||
end
|
||||
previewer_active = false
|
||||
-- setup previewer fully anew for `builtin.{resume, pickers}`
|
||||
self.state = nil
|
||||
end,
|
||||
dyn_title = function(_, entry)
|
||||
return Path:new(from_entry.path(entry, true)):normalize(cwd)
|
||||
|
||||
Reference in New Issue
Block a user