From: Simon Ruderich Date: Fri, 21 Mar 2014 23:06:26 +0000 (+0100) Subject: ftplugin/perl/perl.xpt.vim: add pd, u, udd snippets X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=22d5ff950888fe89cde0f4cfbd405194bd61cd41 ftplugin/perl/perl.xpt.vim: add pd, u, udd snippets --- diff --git a/vim/ftplugin/perl/perl.xpt.vim b/vim/ftplugin/perl/perl.xpt.vim index f33e09a..9c734be 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 @@ -64,3 +64,15 @@ print `value^; XPT pe print STDERR `value^; + +XPT pd +print Dumper(`value^); + + +XPT u +use `package^; +`cursor^ + +XPT udd +use Data::Dumper; +`cursor^