glimpse/build.vim
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 30 Jul 2009 09:35:10 -0700
branchvim-stuff
changeset 10 a8f9271a7cab
parent 1 fd505fd00e63
child 11 a9ebb6c22d14
permissions -rw-r--r--
* Remove committed keyword expansions. * Update copyright. * Fix glimpseindex problems for the vast majority of errors, otherwise display error for easier user debugging (instead of reporting false success.)

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