nvim-treesitter/lua
Stephan Seitz f2b1d727e6 chore: update usage vim.split to new signature
Old usage was still working because of backward compatibility of nvim
code:
```lua
if type(kwargs) == 'boolean' then
  -- Support old signature for backward compatibility
  plain = kwargs
else
```
`:h vim-split()`
https://neovim.io/doc/user/lua.html#vim.split()
2022-12-25 14:57:32 +01:00
..
nvim-treesitter chore: update usage vim.split to new signature 2022-12-25 14:57:32 +01:00
nvim-treesitter.lua chore: cleanup main file, move statusline in module 2022-07-18 15:44:59 +02:00