Skip to content

Commit

Permalink
vim +GoInstallBinaries +qa
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Miller committed Oct 20, 2021
1 parent ed72a1b commit 3faf12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vim.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func InstallVimPlugins(osType string, dirs *localio.Directories) error {
}

fmt.Println("[+] Installing vim binaries via +GoInstallBinaries")
if err = localio.RunCommandPipeOutput("vim -e +GoInstallBinaries +qa || true"); err != nil {
if err = localio.RunCommandPipeOutput("vim +GoInstallBinaries +qa || true"); err != nil {
return err
}
if err = localio.RunCommandPipeOutput("reset || true"); err != nil {
Expand Down

0 comments on commit 3faf12a

Please sign in to comment.