neovim/test/functional
Luuk van Baal 85111ca0f4 fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines
Problem:    The `'statuscolumn'` was not re-evaluated for wrapped lines,
            when preceded by virtual/filler lines. There was also no way
            to distinguish virtual and wrapped lines in the status column.
Solution:   Make sure to rebuild the statuscolumn, and replace variable
            `v:wrap` with `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-16 14:03:09 +01:00
..
api refactor: remove E5500, adjust tests 2023-01-16 18:03:08 +08:00
autocmd refactor: remove E5500, adjust tests 2023-01-16 18:03:08 +08:00
core refactor: remove E5500, adjust tests 2023-01-16 18:03:08 +08:00
editor refactor: remove E5500, adjust tests 2023-01-16 18:03:08 +08:00
ex_cmds test: add more tests for Unicode 2023-01-09 17:11:39 +08:00
fixtures build: use modern cmake (#21589) 2023-01-10 18:49:57 +01:00
legacy refactor: remove E5500, adjust tests 2023-01-16 18:03:08 +08:00
lua feat(diagnostic): vim.diagnostic.is_disabled() #21527 2023-01-12 08:57:39 -08:00
options test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
plugin dist: transpile cfilter.vim => cfilter.lua #21662 2023-01-08 12:31:38 -08:00
provider fix(clipboard): show provider warning when not during batch changes #21451 2023-01-03 15:17:54 -08:00
shada test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
terminal test(tui_spec): doesn't use Unicode in cursor_address test (#21703) 2023-01-09 17:02:45 +08:00
treesitter feat: vim.inspect_pos, vim.show_pos, :Inspect 2022-12-17 13:05:31 +01:00
ui fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines 2023-01-16 14:03:09 +01:00
vimscript refactor: remove E5500, adjust tests 2023-01-16 18:03:08 +08:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua test(fileio_spec): avoid expect_exit() without calling clear() (#21810) 2023-01-15 09:34:21 +08:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00