Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid calling vim.fn.has inside fast event (#1705)
When this module is lazily required inside functional/init.lua we may be inside a fast event, causing the module to fail to load due to the top-level call to vim.fn.has.
- Loading branch information