glimpse/build.vim
author mahlon
Thu, 19 Mar 2009 16:47:44 +0000
branchvim-stuff
changeset 1 fd505fd00e63
child 11 a9ebb6c22d14
permissions -rw-r--r--
Initial commit of the VimGlimpse plugin.

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