Files
neovim/test/functional
zeertzjq 9ccc6de8d3 Merge pull request #21768 from luukvbaal/test-virtline
fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines

BREAKING CHANGE: In 'statuscolumn' evaluation, `v:wrap` has been
replaced by `v:virtnum`. `v:virtnum` is negative when drawing
virtual lines, zero when drawing the actual buffer line, and
positive when drawing the wrapped part of a buffer line.
2023-01-17 06:24:52 +08:00
..
2023-01-16 18:03:08 +08:00
2023-01-16 18:03:08 +08:00
2023-01-09 17:11:39 +08:00
2023-01-10 18:49:57 +01:00