Merge pull request #83119 from ryneeverett/vim-plugins-update-redirects

VimPlugins: update redirected repos
This commit is contained in:
Timo Kaufmann
2020-03-27 17:48:32 +00:00
committed by GitHub
7 changed files with 222 additions and 130 deletions
+8 -5
View File
@@ -30,9 +30,13 @@ let
(removeRecurseForDerivations
(checkInPkgs n alias)))
aliases;
in
mapAliases {
deprecations = lib.mapAttrs (old: info:
throw "${old} was renamed to ${info.new} on ${info.date}. Please update to ${info.new}."
) (builtins.fromJSON (builtins.readFile ./deprecated.json));
in
mapAliases ({
airline = vim-airline;
alternative = a-vim; # backwards compat, added 2014-10-21
bats = bats-vim;
@@ -68,7 +72,7 @@ mapAliases {
ghc-mod-vim = ghcmod-vim;
ghcmod = ghcmod-vim;
goyo = goyo-vim;
Gist = gist-vim;
Gist = vim-gist;
gitgutter = vim-gitgutter;
gundo = gundo-vim;
Gundo = gundo-vim; # backwards compat, added 2015-10-03
@@ -134,7 +138,6 @@ mapAliases {
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
yankring = YankRing-vim;
Yankring = YankRing-vim;
YouCompleteMe = youcompleteme;
xterm-color-table = xterm-color-table-vim;
zeavim = zeavim-vim;
}
} // deprecations)