From: Simon Ruderich Date: Sat, 17 Nov 2012 15:00:07 +0000 (+0100) Subject: ftplugin/*/*.xpt.vim: year is no placeholder. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=1031c82c0273516bedd786413c25315fc9bcd572 ftplugin/*/*.xpt.vim: year is no placeholder. --- 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