[📦 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

@@ -260,7 +260,6 @@ impl Config {
}
/// Tell whether we should perform cleanup steps.
#[cfg(not(windows))]
pub fn cleanup(&self) -> bool {
self.opt.cleanup || self.config_file.cleanup.unwrap_or(false)
}