specky/build.vim
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 10 Sep 2009 20:50:11 -0700
branchvim-stuff
changeset 11 a9ebb6c22d14
parent 2 6b33188f1694
child 17 54598f9f279c
permissions -rw-r--r--
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck. (http://users.skynet.be/antoine.mechelynck/)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11
a9ebb6c22d14 Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents: 2
diff changeset
     1
let g:vimball_home="."
a9ebb6c22d14 Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents: 2
diff changeset
     2
e Makefile
a9ebb6c22d14 Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents: 2
diff changeset
     3
%!grep ^SOURCE
a9ebb6c22d14 Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents: 2
diff changeset
     4
%s/^SOURCE\s\++\?=\s\+//
a9ebb6c22d14 Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents: 2
diff changeset
     5
execute '%MkVimball!' . g:plugin_name