X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fftplugin%2Fperl%2Fperl.xpt.vim;h=c2b431414596a7ab172573e0605c25685fdd370f;hb=608699cd71b2d45b86c255eef3d6ad8e4fba59f7;hp=4b11472fef68f00ac2d897a00607a1025795f9d3;hpb=d1c356d99c979acdcba62c4e2156d28d6df14b82;p=config%2Fdotfiles.git diff --git a/vim/ftplugin/perl/perl.xpt.vim b/vim/ftplugin/perl/perl.xpt.vim index 4b11472..c2b4314 100644 --- a/vim/ftplugin/perl/perl.xpt.vim +++ b/vim/ftplugin/perl/perl.xpt.vim @@ -6,7 +6,7 @@ " Maintainer: Simon Ruderich " License: GPL v3+ -" Copyright (C) 2012 Simon Ruderich +" Copyright (C) 2012-2014 Simon Ruderich " " This file is free software: you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ endif XPTemplate priority=personal -XPT perl +XPT f XSET description|post=S(V(), '^description$', 'XXX') #!/usr/bin/perl @@ -57,3 +57,22 @@ use warnings; `cursor^ + + +XPT p +print `value^; + +XPT pe +print STDERR `value^; + +XPT pd +print Dumper(`value^); + + +XPT u +use `package^; +`cursor^ + +XPT udd +use Data::Dumper; +`cursor^