nvim-treesitter/lua
Santos Gallegos 79040e539d
Fix incremental selection (#1135)
So, there are two problems:

- There was an infinite loop when inc selection was initiated
  from an injection.
- The comparison was wrong when the whole file was selected,
  this is because ts matches the EOF.
  This is an extra line with one char (EOF).

I put a workaround to try to select the node from the main
tree, but we should try to select the node from the parent tree of the
injection, but I wasn't able to get the parent tree from the node.
2021-04-05 20:02:58 -05:00
..
nvim-treesitter Fix incremental selection (#1135) 2021-04-05 20:02:58 -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