glimpse/build.vim
author mahlon
Mon, 20 Apr 2009 01:24:08 +0000
branchvim-stuff
changeset 7 e47dd47e5247
parent 1 fd505fd00e63
child 11 a9ebb6c22d14
permissions -rw-r--r--
* No reason to do string contatenation here.

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