From 22d5ff950888fe89cde0f4cfbd405194bd61cd41 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 22 Mar 2014 00:06:26 +0100 Subject: [PATCH] ftplugin/perl/perl.xpt.vim: add pd, u, udd snippets --- vim/ftplugin/perl/perl.xpt.vim | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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^ -- 2.43.2