App::EditorTools::Command::InstallVim - Install vim for App::EditorTools


App-EditorTools documentation  | view source Contained in the App-EditorTools distribution.

Index


NAME

Top

App::EditorTools::Command::InstallVim - Install vim for App::EditorTools

SYNOPSIS

Top

    # Install the vim script to create binding to App::EditorTools with:
    editortools install-vim

DESCRIPTION

Top

This will place the vim script contained in the share dir of this distribution where vim expects it ( $HOME/.vim/ftplugin/perl/editortools.vim for a local install on a unix-like system)>).

OPTIONS

Top

--local

Install the vim script for the local user only. This will put the script in $HOME/.vim/ftplugin/perl/editortools.vim or a similar location for your operating system. This is the default action.

--dest

Specify a full path (directory and filename) for the vim script.

--print

Print the vim script to STDOUT.

--dryrun

Don't do anything, just print what we would do.

SEE ALSO

Top

Also see PPIx::EditorTools, Padre, and PPI.

AUTHOR

Top

Mark Grimes, <mgrimes@cpan.org>

COPYRIGHT AND LICENSE

Top


App-EditorTools documentation  | view source Contained in the App-EditorTools distribution.