glimpse/build.vim
author mahlon
Mon, 20 Apr 2009 05:06:53 +0000
branchvim-stuff
changeset 8 2e76f5b2a40f
parent 1 fd505fd00e63
child 11 a9ebb6c22d14
permissions -rw-r--r--
Hmm, not sure why I thought this worked. It doesn't.

:let g:vimball_home="."
:e Makefile
:%!grep ^SOURCE
:%s/^SOURCE\s\++\?=\s\+//
:execute '%MkVimball!' . g:plugin_name
:q!