refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / vim-syntastic / install.sh
index 374beb72ea94b7da58bc597e732a01faf3008d9d..d0d23c046443b3d96056f134013786625496a352 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-{
+function __init_vim_syntastic() {
     set -e
     set -u
 
@@ -8,3 +8,5 @@
     rm -rf "$HOME/.vim/pack/plugins/start/vim-syntastic"
     git clone --depth=1 https://github.com/vim-syntastic/syntastic.git "$HOME/.vim/pack/plugins/start/vim-syntastic"
 }
+
+__init_vim_syntastic