4 lines
81 B
VimL
4 lines
81 B
VimL
:let g:vimball_home = "."
|
|
:e ../files
|
|
:execute '%MkVimball!' . g:plugin_name
|
|
:q!
|