vimPlugins: added Rename (#19298)

This commit is contained in:
Lorenzo Manacorda 2016-10-06 18:34:39 +02:00 committed by Rok Garbas
parent 667c2fb025
commit 3dab3b6fd6
2 changed files with 12 additions and 0 deletions

View File

@ -1341,6 +1341,17 @@ rec {
}; };
Rename = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "Rename-2011-08-30";
src = fetchgit {
url = "git://github.com/vim-scripts/Rename";
rev = "b240f28d2ede65fa77cd99fe045efe79202f7a34";
sha256 = "1d1myg4zyc281zcc1ba9idbgcgxndb4a0jwqr4yqxhhzdgszw46r";
};
dependencies = [];
};
a-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation a-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "a-vim-2010-11-06"; name = "a-vim-2010-11-06";
src = fetchgit { src = fetchgit {

View File

@ -2,6 +2,7 @@
"CheckAttach" "CheckAttach"
"Gist" "Gist"
"Hoogle" "Hoogle"
"Rename"
"Solarized" "Solarized"
"Supertab" "Supertab"
"Syntastic" "Syntastic"