From 1031c82c0273516bedd786413c25315fc9bcd572 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 17 Nov 2012 16:00:07 +0100 Subject: [PATCH] ftplugin/*/*.xpt.vim: year is no placeholder. --- vim/ftplugin/c/c.xpt.vim | 3 +-- vim/ftplugin/perl/perl.xpt.vim | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/vim/ftplugin/c/c.xpt.vim b/vim/ftplugin/c/c.xpt.vim index 928420f..c6a3d78 100644 --- a/vim/ftplugin/c/c.xpt.vim +++ b/vim/ftplugin/c/c.xpt.vim @@ -31,11 +31,10 @@ XPTemplate priority=personal XPT c -XSET year|def=strftime("%Y") /* * `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 diff --git a/vim/ftplugin/perl/perl.xpt.vim b/vim/ftplugin/perl/perl.xpt.vim index 672d2c5..95b11d6 100644 --- a/vim/ftplugin/perl/perl.xpt.vim +++ b/vim/ftplugin/perl/perl.xpt.vim @@ -31,12 +31,11 @@ XPTemplate priority=personal XPT perl -XSET year|def=strftime("%Y") #!/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 -- 2.44.1