mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
c63e49cce2
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. |
||
---|---|---|
.. | ||
_meta | ||
_fold.lua | ||
_query_linter.lua | ||
_range.lua | ||
dev.lua | ||
health.lua | ||
highlighter.lua | ||
language.lua | ||
languagetree.lua | ||
query.lua |