The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

vimdebug-install - Install VimDebug's Vim plugin and doc files.

SYNOPSIS

    vimdebug-install -d $vim_runtimepath_dir

DESCRIPTION

This program installs VimDebug's Vim plugin and doc files in a Vim runtimepath directory specified at invocation time.

See Vim::Debug::Manual for more info about VimDebug.

OPTIONS

-d $vim_runtimepath_dir

Specifies the directory in which the Vim plugin and doc files will be installed. For example, a value of $HOME/.vim typically works on Unix. See Vim's ":help 'runtimepath'" for more details.

AUTHOR

Eric Johnson <kablamo at iijo dot nospamthanks dot org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Eric Johnson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.