Skip to content

Instantly share code, notes, and snippets.

@davidosomething
Last active March 25, 2020 10:10
Show Gist options
  • Save davidosomething/11276862 to your computer and use it in GitHub Desktop.
Save davidosomething/11276862 to your computer and use it in GitHub Desktop.
Script to update NeoBundle plugins from the commandline
#!/usr/bin/env bash
_vimup() {
vim -N -u ~/.vimrc -c "try | \
NeoBundleClean! | \
NeoBundleCheck | \
NeoBundleUpdate! | \
NeoBundleUpdatesLog $* | \
finally | qall! | endtry" \
-U NONE -i NONE -V1 -e -s
}
vimup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment