specky/build.vim
author mahlon
Mon, 01 Jun 2009 14:33:54 +0000
branchvim-stuff
changeset 9 0d8306685c5c
parent 2 6b33188f1694
child 11 a9ebb6c22d14
permissions -rw-r--r--
Add support for 1.2.6 to, to_not, and expect keywords.
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!