telescope.nvim icon indicating copy to clipboard operation
telescope.nvim copied to clipboard

fix: previewer if cwd is not curr dir

Open Conni2461 opened this issue 3 years ago • 0 comments

path needs to be expanded for filereadable and isdirectory

fix #2077

Edit: this might be a bad fix with the get_buffer_by_name in mind. Because get_buffer_by_name doesn't validate (i think) and normal does, causing a problem that the result might be difficult and we get a cache miss.

Conni2461 avatar Jul 18 '22 05:07 Conni2461