neovim/test/functional
Jongwook Choi add1b10b79
fix(diagnostic): virtual_text prefix function should have index and total (#25801)
The prefix option of the diagnostic virtual text can be a function,
but previously it was only a function of diagnostic.

This function should also have additional parameters index and total,
more consistently and similarily as in the prefix function for
`vim.diagnostic.open_float()`.

These additional parameters will be useful when there are too many
number of diagnostics in a single line.
2023-10-27 08:17:46 -05:00
..
api refactor(options): get_option_value_strict() and SREQ_* 2023-10-20 13:35:47 +01:00
autocmd fix(terminal): assign channel to terminal earlier (#25771) 2023-10-25 09:59:02 +08:00
core refactor(test): cleanup #25614 2023-10-12 07:04:16 -07:00
editor fix(marks): handle switching buffer properly (#25763) 2023-10-24 16:10:36 +08:00
ex_cmds docs: small fixes 2023-10-10 19:20:32 +02:00
fixtures vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25686) 2023-10-17 21:42:34 +08:00
legacy refactor(options)!: make OptionSet v: values use typval 2023-10-17 00:08:47 +06:00
lua fix(diagnostic): virtual_text prefix function should have index and total (#25801) 2023-10-27 08:17:46 -05:00
options vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687) 2023-10-17 22:43:42 +08:00
plugin fix(lsp): fix omnicomplete in middle of the line (#25787) 2023-10-26 22:40:36 +02:00
provider fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
shada fix(shada): update marks when using delmarks! (#24978) 2023-09-03 10:34:09 +08:00
terminal fix(terminal): assign channel to terminal earlier (#25771) 2023-10-25 09:59:02 +08:00
treesitter fix(treesitter): make Visual hl work consistently with foldtext (#25484) 2023-10-03 13:07:03 +08:00
ui fix(float): win_get_bordertext_col returning negative column number (#25752) 2023-10-26 11:44:28 +08:00
vimscript vim-patch:8.2.3064: Vim9: in script cannot set item in uninitialized list (#25605) 2023-10-12 07:38:56 +08:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua feat(extmark): support proper multiline ranges 2023-09-12 10:38:23 +02:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00