glimpse/build.vim
author mahlon
Mon, 20 Apr 2009 01:24:08 +0000
branchvim-stuff
changeset 7 e47dd47e5247
parent 1 fd505fd00e63
child 11 a9ebb6c22d14
permissions -rw-r--r--
* No reason to do string contatenation here.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     1
:let g:vimball_home="."
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     2
:e Makefile
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     3
:%!grep ^SOURCE
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     4
:%s/^SOURCE\s\++\?=\s\+//
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     5
:execute '%MkVimball!' . g:plugin_name
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     6
:q!