mirror of
https://github.com/neovim/neovim.git
synced 2026-06-16 00:31:16 +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.