summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2020-01-06 15:12:51 -0800
committerJon <jonringer@users.noreply.github.com>2020-01-07 13:13:41 -0800
commite7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f (patch)
tree617cd00104f0bf1c106cfdd26fe314e52970ffe7 /pkgs/misc/vim-plugins
parentc6c00529e1b5d246562df1dd2aeeeef1951b6ec0 (diff)
downloadnixpkgs-e7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f.tar
nixpkgs-e7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f.tar.gz
nixpkgs-e7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f.tar.bz2
nixpkgs-e7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f.tar.lz
nixpkgs-e7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f.tar.xz
nixpkgs-e7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f.tar.zst
nixpkgs-e7faae24c0ac7a9e3a88ad2aa2c8dee8787aca5f.zip
vim-plugins: remove unused and empty vundleImpl
Diffstat (limited to 'pkgs/misc/vim-plugins')
-rw-r--r--pkgs/misc/vim-plugins/vim-utils.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/misc/vim-plugins/vim-utils.nix b/pkgs/misc/vim-plugins/vim-utils.nix
index ca51cc4bab1..4e10558307e 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}