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

NAME

App::EditorTools::Vim - Vim script to integrate with App::EditorTools

SYNOPSIS

    perl -MApp::EditorTools::Vim -e run > $HOME/.vim/ftplugin/perl/editortools.vim

DESCRIPTION

Place the vim script in DATA in $HOME/.vim/ftplugin/perl/editortools.vim (or similar on non-unix systems). Running

    perl -MApp::EditorTools::Vim -e run > $HOME/.vim/ftplugin/perl/editortools.vim

should dump the script to the correct file.

MAPPINGS

,pp

EditorToolsMenu

,pL

RenameVariable

,pP

RenamePackageFromPath

,pI

IntroduceTemporaryVariable

SEE ALSO

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

AUTHOR

Mark Grimes, <mgrimes@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Mark Grimes

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.