neovim/runtime/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
..
diagnostic.vim fix(diagnostic): remove useless highlight links (#15683) 2021-09-17 08:17:54 +02:00
gzip.vim vim-patch:47e13953ffdb 2021-04-28 21:29:57 -04:00
health.vim health.vim: remove :CheckHealth command 2017-12-27 13:00:58 +01:00
man.vim fix(man.vim): use -addr=other instead of -range=-1 #15172 2021-08-26 04:36:31 -07:00
matchit.vim Add g:loaded_matchit check (#13226) 2020-11-04 18:46:03 -05:00
matchparen.vim vim-patch:56994d215815 2021-05-02 12:44:04 -04:00
netrwPlugin.vim vim-patch:89a9c159f23f #15641 2021-09-13 06:05:27 -07:00
rplugin.vim rplugin.vim: Add migration support for Windows, nvim/ -> nvim-data/ 2018-12-27 21:07:28 -05:00
shada.vim runtime: Add [ft]plugin/shada.vim files that automatically open .shada 2015-11-01 21:27:28 +03:00
spellfile.vim spell: Fix argument and avoid redundant prompt. 2016-04-10 04:27:39 -04:00
tarPlugin.vim runtime/tar: 23515b4ef7580af8b9d3b964a558ab2007cacda5 2021-02-17 23:59:17 -05:00
tohtml.vim vim-patch:6c391a74fe90 (#15654) 2021-09-13 16:33:41 +02:00
tutor.vim runtime: Include vim-tutor-mode 2015-08-15 15:25:30 -03:00
zipPlugin.vim vim-patch:cb80aa2d53e5 2021-05-01 22:29:02 -04:00