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