specky/build.vim
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 30 Jul 2009 09:35:10 -0700
branchvim-stuff
changeset 10 a8f9271a7cab
parent 2 6b33188f1694
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.)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     1
:let g:vimball_home="."
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     2
:e Makefile
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     3
:%!grep ^SOURCE
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     4
:%s/^SOURCE\s\++\?=\s\+//
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     5
:execute '%MkVimball!' . g:plugin_name
6b33188f1694 Moving Specky into a Vim subfolder.
mahlon
parents:
diff changeset
     6
:q!