]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vim/ftplugin/perl/perl.xpt.vim
bundle/ctrlp: Update to f1acbbc503f44fc6d9c057fa593733e4f074da5d.
[config/dotfiles.git] / vim / ftplugin / perl / perl.xpt.vim
index 672d2c582f8ef36097dbb2ce1127ecb7d41b3b53..5259466361366be1db081839dff4d9db5f93393a 100644 (file)
@@ -31,12 +31,12 @@ XPTemplate priority=personal
 
 
 XPT perl
-XSET year|def=strftime("%Y")
+XSET description|post=S(V(), '^description$', 'XXX')
 #!/usr/bin/perl
 
 # `description^
 
-# Copyright (C) `year^  Simon Ruderich
+# Copyright (C) `strftime("%Y")^  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -57,3 +57,10 @@ use warnings;
 
 
 `cursor^
+
+
+XPT p
+print `cursor^;
+
+XPT pe
+print STDERR `cursor^;