[📦 NEW] PlugClean for vim on cleanup (#259)

This commit is contained in:
Andrei Pavel
2019-11-20 13:34:12 +02:00
committed by Roey Darwish Dror
parent f506d52309
commit cda1363b6d
3 changed files with 22 additions and 11 deletions

View File

@@ -415,13 +415,13 @@ fn run() -> Result<(), Error> {
execute(
&mut report,
"vim",
|| vim::upgrade_vim(&base_dirs, run_type),
|| vim::upgrade_vim(&base_dirs, run_type, config.cleanup()),
config.no_retry(),
)?;
execute(
&mut report,
"Neovim",
|| vim::upgrade_neovim(&base_dirs, run_type),
|| vim::upgrade_neovim(&base_dirs, run_type, config.cleanup()),
config.no_retry(),
)?;
execute(