author | Mahlon E. Smith <mahlon@martini.nu> |
Tue, 16 Feb 2010 11:21:43 -0800 | |
branch | vim-stuff |
changeset 12 | a9f1ce3766d1 |
parent 11 | a9ebb6c22d14 |
child 17 | 54598f9f279c |
permissions | -rw-r--r-- |
11
a9ebb6c22d14
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
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:
1
diff
changeset
|
2 |
e Makefile |
a9ebb6c22d14
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
3 |
%!grep ^SOURCE |
a9ebb6c22d14
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
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:
1
diff
changeset
|
5 |
execute '%MkVimball!' . g:plugin_name |