]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
ftplugin/perl/perl.xpt.vim: add pd, u, udd snippets
authorSimon Ruderich <simon@ruderich.org>
Fri, 21 Mar 2014 23:06:26 +0000 (00:06 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 21 Mar 2014 23:06:26 +0000 (00:06 +0100)
vim/ftplugin/perl/perl.xpt.vim

index f33e09afba227d9142f07066adb703da4f5e82a8..9c734bed3af759954ab99db5be32d1359b50f21c 100644 (file)
@@ -6,7 +6,7 @@
 " Maintainer:   Simon Ruderich <simon@ruderich.org>
 " 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^