mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
c13242cf47
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. |
||
---|---|---|
.. | ||
diagnostic.vim | ||
gzip.vim | ||
health.vim | ||
man.vim | ||
matchit.vim | ||
matchparen.vim | ||
netrwPlugin.vim | ||
rplugin.vim | ||
shada.vim | ||
spellfile.vim | ||
tarPlugin.vim | ||
tohtml.vim | ||
tutor.vim | ||
zipPlugin.vim |