author | Mahlon E. Smith <mahlon@martini.nu> |
Sat, 18 Dec 2010 23:38:55 -0800 | |
branch | vim-stuff |
changeset 20 | 09c4f575f627 |
parent 15 | 285603587539 |
permissions | -rw-r--r-- |
15
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
1 |
let g:vimball_home="." |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
2 |
e Makefile |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
3 |
%!grep ^SOURCE |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
4 |
%s/^SOURCE\s\++\?=\s\+// |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
5 |
execute '%MkVimball!' . g:plugin_name |