mirror of
https://github.com/neovim/neovim.git
synced 2026-06-19 02:01:17 +00:00
fix(treesitter): drop select() kwargs Problem: Unnecessary kwargs. Solution: Use param instead of kwargs.
fix(treesitter): drop select() kwargs Problem: Unnecessary kwargs. Solution: Use param instead of kwargs.