switch to neobundle
This commit is contained in:
parent
6cef5c101f
commit
5a1c95140f
57 changed files with 9901 additions and 1958 deletions
12
.vim/bundle/neobundle.vim/bin/neoinstall
Executable file
12
.vim/bundle/neobundle.vim/bin/neoinstall
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Detect .vimrc path.
|
||||
VIMRC=$HOME/.vimrc
|
||||
|
||||
if [ ! -e $VIMRC ]; then
|
||||
VIMRC=$HOME/.vim/vimrc
|
||||
fi
|
||||
|
||||
vim -N -u $VIMRC -c "try | NeoBundleUpdate! $* | finally | qall! | endtry" \
|
||||
-U NONE -i NONE -V1 -e -s
|
||||
echo ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue