From 9a9139e802821991c54b36b45db2e96a63d68261 Mon Sep 17 00:00:00 2001 From: Alexandre Carlton Date: Sun, 30 Nov 2014 22:19:50 +1100 Subject: [PATCH] Another cleanup. --- plug.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plug.vim b/plug.vim index b30cfc9..0d5974d 100644 --- a/plug.vim +++ b/plug.vim @@ -578,7 +578,6 @@ function! s:assign_name() silent! execute 'f' fnameescape(name) endfunction - function! s:do(pull, force, todo) for [name, spec] in items(a:todo) if !isdirectory(spec.dir)