dotvim/.vim/plugin/vim-git-branch-info/Makefile
2015-07-02 10:45:40 +02:00

6 lines
148 B
Makefile

zip:
git archive --format=zip HEAD plugin/*.vim > vim-git-branch-info.zip
install:
mkdir -p ~/.vim/plugin/
cp git-branch-info.vim ~/.vim/plugin/