specky/build.vim
author mahlon
Sun, 22 Mar 2009 00:39:19 +0000
branchvim-stuff
changeset 2 6b33188f1694
child 11 a9ebb6c22d14
permissions -rw-r--r--
Moving Specky into a Vim subfolder.
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!