switch to neobundle
This commit is contained in:
parent
6cef5c101f
commit
5a1c95140f
57 changed files with 9901 additions and 1958 deletions
15
.vim/bundle/neobundle.vim/Makefile
Normal file
15
.vim/bundle/neobundle.vim/Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
test: vim-themis
|
||||
vim-themis/bin/themis --reporter spec test/commands.vim test/parse.vim test/sample.vim test/tsort.vim test/toml.vim
|
||||
vim-themis/bin/themis --reporter spec test/source.vim
|
||||
vim-themis/bin/themis --reporter spec test/lock.vim
|
||||
|
||||
# Use existing vim-themis install from ~/.vim, or clone it.
|
||||
vim-themis:
|
||||
existing=$(firstword $(wildcard ~/.vim/*bundle*/*themis*/plugin/themis.vim)); \
|
||||
if [ -n "$$existing" ]; then \
|
||||
( cd test && ln -s $$(dirname $$(dirname $$existing)) vim-themis ); \
|
||||
else \
|
||||
git clone https://github.com/thinca/vim-themis vim-themis; \
|
||||
fi
|
||||
|
||||
.PHONY: test
|
||||
Loading…
Add table
Add a link
Reference in a new issue