+ Only one entry in the gVim root menu.+ All hotkeys are only defined for Perl files.+ Install script added.+ Customization improved. + Documentation improved.
+ 58 key mappings for Vim without GUI. See perl-hot-keys.pdf (reference card).+ A marked region can be surrounded by a for-, if-, do-while- , until-, ... statements (with indentation).+ The Perl special variables have been added to the file word.list for dictionary completion.+ Vim doc added (file perlsupport.txt).
+ Block comments are now read as templates or skeletons from files: frame Comment, function description, file header+ These templates can contain tags like |FILENAME|, |AUTHOR| etc. which are replaced after reading.+ indentation: multiline inserts and code snippets will be indented after insertion.+ Most menu entries are now also active in normal mode.+ Reading the templates is done in one function which can be called in an autocmd.+ Code cleanup: register z no longer used. Most function calls are silent now.