Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Restore compatibilty with nvim<=0.9
After #87, this plugin became incompatible with nvim versions <= 0.9 by using the newly table parameter of iter_matches. This PR tries to avoid the parameter and tries to account that iter_matches might return either nodes or tables of nodes by coercing non-table values to singleton tables. Fixes #88
- Loading branch information