nvim-treesitter/lua
Santos Gallegos 3aa122edfd Fix incremental selection for nodes that include EOL
From `:h setpos()`

> If "col" is smaller than 1 then 1 is used.

This can be tested with incremental selection on a vim file.

```vim
set title
```
2021-09-19 14:54:45 +02:00
..
nvim-treesitter Fix incremental selection for nodes that include EOL 2021-09-19 14:54:45 +02:00
nvim-treesitter.lua Use stylua for autoformat code (#1480) 2021-07-04 21:12:17 +00:00