neovim/test/functional
beardedsakimonkey fbce9f421a
feat(diagnostic): add suffix option to open_float() (#21130)
Closes #18687

This introduces a `suffix` option to `vim.diagnostic.open_float()` (and
consequently `vim.diagnostic.config()`) that appends some text to each
diagnostic in the float.

It accepts the same types as `prefix`. For multiline diagnostics, the suffix is
only appended to the last line. By default, the suffix will render the
diagnostic error code, if any.
2022-11-20 13:09:35 -07:00
..
api fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21072) 2022-11-17 07:18:31 +08:00
autocmd test: add a test for #18222 2022-11-20 21:38:29 +08:00
core test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
editor fix(mark): do not restore view in op-pending mode (#20889) 2022-11-01 06:14:20 +08:00
ex_cmds test: add a Lua test for swap file created before boot 2022-11-17 22:17:48 +08:00
fixtures fix: find multibyte file name in line (#20519) 2022-10-07 09:43:16 +08:00
legacy test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
lua feat(diagnostic): add suffix option to open_float() (#21130) 2022-11-20 13:09:35 -07:00
options fix(mouse): ensure no scrolling with "ver:0" in 'mousescroll' (#20861) 2022-10-30 07:10:39 +08:00
plugin feat(test): add Lua forms for API methods (#20152) 2022-11-14 10:01:35 +00:00
provider test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
shada test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
terminal test: use isCI to simplify CI detection (#21134) 2022-11-20 18:26:21 +08:00
treesitter test: don't skip parser_spec on windows (#20294) 2022-11-15 19:33:30 +08:00
ui vim-patch:9.0.0884: mouse shape remains in op-pending mode after failed change (#21066) 2022-11-15 23:02:48 +08:00
vimscript feat(test): add Lua forms for API methods (#20152) 2022-11-14 10:01:35 +00:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua feat(test): add Lua forms for API methods (#20152) 2022-11-14 10:01:35 +00:00
preload.lua feat(logging): include test-id in log messages 2022-06-15 19:23:10 -07:00