nvim-treesitter/lua
Santos Gallegos 5f53f55371
Fix usage of string.sub (#1164)
From https://www.lua.org/pil/20.html

> The call string.sub(s,i,j) extracts a piece of the string s, from the i-th to the j-th character inclusive.

This was breaking textobjects movement.
2021-04-07 19:23:14 -05:00
..
nvim-treesitter Fix usage of string.sub (#1164) 2021-04-07 19:23:14 -05:00
nvim-treesitter.lua Remove 'CI' guard (we can have now the newest version of nvim again) 2020-12-07 13:30:45 +01:00