stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.36k stars 91 forks source link

fix: vim.has doesn't exist, use vim.fn.has instead #412

Closed faergeek closed 3 weeks ago

faergeek commented 3 weeks ago

It errors when you try to rename a file otherwise

RVxLab commented 3 weeks ago

411 fixes this as well

stevearc commented 3 weeks ago

Thanks for fixing this, merged #411 which was the same change