specky/build.vim
author mahlon
Mon, 20 Apr 2009 05:06:53 +0000
branchvim-stuff
changeset 8 2e76f5b2a40f
parent 2 6b33188f1694
child 11 a9ebb6c22d14
permissions -rw-r--r--
Hmm, not sure why I thought this worked. It doesn't.
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!