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

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

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/editortools.vim
should dump the scrip to the correct file.


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

Mark Grimes, <mgrimes@cpan.org>

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.