mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +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.