Allow for branch names with slashs in them.
[vim-git-branch-info.git] / Makefile
blobaf2d82d2bef1468140d9ad34ef4a5da19539fe26
1 zip:
2 git archive --format=zip --prefix=plugin/ HEAD *.vim > vim-git-branch-info.zip
3 install:
4 mkdir -p ~/.vim/plugin/
5 cp git-branch-info.vim ~/.vim/plugin/