1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
SpaceVim/bundle/CompleteParameter.vim/vader/test.sh

13 lines
313 B
Bash
Raw Normal View History

2020-08-29 21:14:10 +08:00
#!/bin/bash -
set -e
vim -Nu <(cat << VIMRC
filetype off
set rtp+=~/.vim/bundle/vader.vim
set rtp+=~/.vim/bundle/CompleteParameter.vim
runtime! ~/.vim/bundle/CompleteParameter.vim/cm_parser/*.vim
filetype plugin indent on
syntax enable
VIMRC) -c 'Vader! ~/.vim/bundle/CompleteParameter.vim/vader/*' > /dev/null