]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
ftplugin/*/*.xpt.vim: year is no placeholder.
authorSimon Ruderich <simon@ruderich.org>
Sat, 17 Nov 2012 15:00:07 +0000 (16:00 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 17 Nov 2012 15:00:07 +0000 (16:00 +0100)
vim/ftplugin/c/c.xpt.vim
vim/ftplugin/perl/perl.xpt.vim

index 928420ff5c08e522759b0a83aa3e77979806eedb..c6a3d78b4575d9f099c5076c18a0bc7b2fb5b1d8 100644 (file)
@@ -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
index 672d2c582f8ef36097dbb2ce1127ecb7d41b3b53..95b11d6a74af84237c1cfefd3fcfde144c84342b 100644 (file)
@@ -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