mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fixup: wrap vim installers with functions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
{
|
||||
function __init_vim_go() {
|
||||
set -e
|
||||
set -u
|
||||
|
||||
@@ -74,3 +74,5 @@
|
||||
echo 'Running :GoInstallBinaries in vim ...'
|
||||
printf ':GoInstallBinaries\n:q\n' | vim -e
|
||||
}
|
||||
|
||||
__init_vim_go
|
||||
|
||||
Reference in New Issue
Block a user