mirror of
https://github.com/vim-scripts/perl-support.vim.git
synced 2026-03-01 18:23:21 +01:00
- Adjusting end-of-line comments improved. - Bugfix: Map and menu entry 'Snippets->edit global templates'. - 'Run -> make script executable' (\re) is now a toggle. - Perl interpreter can be set in ~/.vimrc. - Script can be run via shebang (new global variable g:Perl_DirectRun) - Fixed problem with system-wide installations and plug-in managers (thanks to Yegor). - Added 'Perl_SetMapLeader' and 'Perl_ResetMapLeader'. - Bugfix: Resetting maplocalleader in filetype plug-in after setting it to the value of g:Perl_MapLeader. - Bugfix: Better compatibility with custom mappings (use "normal!" and "noremap" consistently).
56 lines
2.3 KiB
Plaintext
56 lines
2.3 KiB
Plaintext
This is a mirror of http://www.vim.org/scripts/script.php?script_id=556
|
|
|
|
- insert various types of comments
|
|
- insert complete but empty statements (e.g. 'if {} else {}' )
|
|
- insert often used code snippets (e.g. declarations, the opening of files, .. )
|
|
- insert the names of file tests, character classes, special Perl-variables and POSIX-signals
|
|
- read, write, maintain your own code snippets in a separate directory
|
|
- run scripts or run syntax check from within the editor
|
|
- show compilation erros in a quickfix window; navigate with hotkeys
|
|
- read perldoc for functions and modules
|
|
- run perltidy / run the profiler SmallProf
|
|
- test / explain regular expressions (needs Vim with Perl interface)
|
|
|
|
Here are some screen shots : http://lug.fh-swf.de/vim/vim-perl/screenshots-en.html
|
|
|
|
The help file online : http://lug.fh-swf.de/vim/vim-perl/perlsupport.html
|
|
|
|
The key mappings of this plugin (PDF) : http://lug.fh-swf.de/vim/vim-perl/perl-hot-keys.pdf
|
|
|
|
The installation explained: http://www.thegeekstuff.com article
|
|
"Make Vim as Your Perl-IDE Using perl-support Plugin"
|
|
(http://www.thegeekstuff.com/2009/01/make-vim-as-your-perl-ide-using-perl-supportvim-plugin)
|
|
|
|
Documentation
|
|
--------------------------------------------------------
|
|
This plugin comes with a help file (perlsupport.txt). Read it with
|
|
|
|
:h perlsupport
|
|
|
|
** PLEASE READ THE DOCUMENTATION **
|
|
|
|
Editing actions differ for different modes!
|
|
There are a lot of features which can be configured or customized to match your needs.
|
|
|
|
GitHub
|
|
--------------------------------------------------------
|
|
Perl Support is on GitHub:
|
|
|
|
https://github.com/WolfgangMehner/vim-plugins
|
|
|
|
(Please help us keep track of all the issues and name your report/request "Perl-Support: <title>")
|
|
|
|
MAILING LIST
|
|
--------------------------------------------------------
|
|
You can subscribe to the vim-plugins-list mailing list to post your questions or
|
|
suggestions for improvement or to report bugs. The list will also be used to
|
|
announce new releases ( c.vim / bash-support / perl-support / doxygen-support ).
|
|
Visit the following page for subscribing to the mailing list:
|
|
|
|
http://lug.fh-swf.de/cgi-bin/mailman/listinfo/vim-plugins-list
|
|
|
|
The vim-plugins-list list is very low on traffic.
|
|
|
|
___________________
|
|
Thank you for rating perl-support !
|