nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
697 stars 35 forks source link

fix: add fallback for v0.9 that has no vim.system #159

Closed delphinus closed 6 months ago

delphinus commented 6 months ago

v0.9.x does not have vim.system, so use plenary.job instead.


plenary.job cannot handle NUL characters in stdout but vim.system does. So I removed the feature for it and from README.