vim-plugins: remove unused and empty vundleImpl
This commit is contained in:
parent
c6c00529e1
commit
e7faae24c0
@ -331,9 +331,6 @@ let
|
|||||||
set packpath+=~/.vim/after
|
set packpath+=~/.vim/after
|
||||||
'');
|
'');
|
||||||
|
|
||||||
# somebody else could provide these implementations
|
|
||||||
vundleImpl = "";
|
|
||||||
|
|
||||||
neobundleImpl = "";
|
neobundleImpl = "";
|
||||||
|
|
||||||
|
|
||||||
@ -344,7 +341,6 @@ let
|
|||||||
${vamImpl}
|
${vamImpl}
|
||||||
${pathogenImpl}
|
${pathogenImpl}
|
||||||
${plugImpl}
|
${plugImpl}
|
||||||
${vundleImpl}
|
|
||||||
${neobundleImpl}
|
${neobundleImpl}
|
||||||
${nativeImpl}
|
${nativeImpl}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user