From e7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Mon, 6 Jan 2020 15:12:51 -0800 Subject: [PATCH] vim-plugins: remove unused and empty vundleImpl --- pkgs/misc/vim-plugins/vim-utils.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/misc/vim-plugins/vim-utils.nix b/pkgs/misc/vim-plugins/vim-utils.nix index ca51cc4bab15..4e10558307eb 100644 --- a/pkgs/misc/vim-plugins/vim-utils.nix +++ b/pkgs/misc/vim-plugins/vim-utils.nix @@ -331,9 +331,6 @@ let set packpath+=~/.vim/after ''); - # somebody else could provide these implementations - vundleImpl = ""; - neobundleImpl = ""; @@ -344,7 +341,6 @@ let ${vamImpl} ${pathogenImpl} ${plugImpl} - ${vundleImpl} ${neobundleImpl} ${nativeImpl}