neovim/test/functional/plugin
Gregory Anders c13242cf47
fix(diagnostic): remove useless highlight links (#15683)
These links were actually defined backwards: the highlight groups
actually being used for display are the new "Diagnostic*" groups, so
linking the old "LspDiagnostics*" groups to these does absolutely
nothing, since there is nothing actually being highlighted with the
LspDiagnostics* groups.

These links were made in an attempt to preserve backward compatibility
with existing colorschemes. We could reverse the links to maintain this
preservation, but then that disallows us from actually defining default
values for the new highlight groups.

Instead, just remove the links and be done with the old LspDiagnostics*
highlight groups.

This is not technically a breaking change: the breaking change already
happened in #15585, but this PR just makes that explicit.
2021-09-17 08:17:54 +02:00
..
lsp fix(diagnostic): remove useless highlight links (#15683) 2021-09-17 08:17:54 +02:00
health_spec.lua vim-patch:ebdf3c964a90 2021-04-27 09:21:35 -04:00
lsp_spec.lua refactor: move vim.lsp.diagnostic to vim.diagnostic 2021-09-15 14:09:47 -06:00
man_spec.lua tests/ui: remove unnecessary screen:detach() 2019-10-13 22:10:42 +02:00
matchparen_spec.lua test: Eliminate plugin/helpers.lua 2019-08-05 23:55:57 +02:00
msgpack_spec.lua test: Eliminate plugin/helpers.lua 2019-08-05 23:55:57 +02:00
shada_spec.lua test: update tests to work with 'hidden' 2021-08-18 12:17:12 -06:00