1
mirror of https://github.com/neovim/neovim.git synced 2025-01-02 17:33:28 -07:00
neovim/test/functional
luukvbaal 3c724fe1f3
fix(column): 'statuscolumn' not drawn after virt_lines with "n" in 'cpo' ()
Problem:    The 'statuscolumn' is not drawn and the line itself is drawn
            at an offset to the rest of the buffer after virt_lines if
            'cpoptions' includes "n".
Solution:   Make sure 'statuscolumn' is drawn.
2023-04-10 08:39:27 +08:00
..
api feat(api): set statuscolumn line number in nvim_eval_statusline() 2023-04-07 03:27:44 +02:00
autocmd test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
core test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
editor test: improve editor/fold_spec.lua and editor/put_spec.lua () 2023-04-07 09:29:12 +08:00
ex_cmds fix(highlight): add missing g: prefix for colors_name () 2023-04-08 16:57:47 +08:00
fixtures NVIM v0.9.0 2023-04-07 13:26:29 +02:00
legacy vim-patch:9.0.1443: ending Insert mode when accessing a hidden prompt buffer () 2023-04-10 07:33:26 +08:00
lua feat(lua): allow vim.F.if_nil to take multiple arguments () 2023-04-07 08:22:47 -06:00
options test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
plugin test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
provider test: re-bundle cat on windows () 2023-03-14 09:12:26 +08:00
shada test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
terminal refactor: rename local API alias from a to api 2023-04-05 17:19:53 +01:00
treesitter fix(treesitter): do not track ranges of the root tree () 2023-04-06 15:16:44 +01:00
ui fix(column): 'statuscolumn' not drawn after virt_lines with "n" in 'cpo' () 2023-04-10 08:39:27 +08:00
vimscript test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
example_spec.lua screen.lua: remove screen:_on_event 2019-12-01 01:06:10 -08:00
helpers.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
preload.lua test: remove unused variable () 2022-12-29 07:20:42 +08:00