Add minor refactorings (#754)
This commit is contained in:
@@ -48,9 +48,9 @@ fn upgrade(vim: &Path, vimrc: &Path, ctx: &ExecutionContext) -> Result<()> {
|
||||
let output = ctx
|
||||
.run_type()
|
||||
.execute(&vim)
|
||||
.args(&["-u"])
|
||||
.arg("-u")
|
||||
.arg(vimrc)
|
||||
.args(&["-U", "NONE", "-V1", "-nNesS"])
|
||||
.args(["-U", "NONE", "-V1", "-nNesS"])
|
||||
.arg(tempfile.path())
|
||||
.output()?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user