Files
neovim/test/functional
Riley Bruins c63e49cce2 fix(treesitter): #trim! range for nodes ending at col 0 #31488
Problem:
char-wise folding for `#trim!` ranges are improperly calculated for nodes that
end at column 0, due to the way `get_node_text` works.

Solution:
Add the blank line that `get_node_text` removes for for nodes ending at column
0. Also properly set column positions when performing linewise trims.
2024-12-07 03:01:59 -08:00
..
2024-12-07 10:08:58 +00:00
2024-11-21 06:50:30 +08:00
2024-04-23 18:17:04 +02:00