David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
2c4452d
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.vim
pack
plugins
start
bbye
Makefile
Remove pathgen and use native vim packages. https://micro.quietmisdreavus.net/code/2020/03/15/vim8-packages/
David Blume
commited
2c4452d
at 2021-03-11 19:45:57
Makefile
Blame
History
Raw
VERSION := 1.0.1 love: @echo "Feel like makin' love." pack: zip -r "vim-bbye-$(VERSION).zip" * --exclude Makefile --exclude "*.zip" publish: open "http://www.vim.org/scripts/add_script_version.php?script_id=4664" tag: git tag "v$(VERSION)" .PHONY: love pack publish tag