summary refs log tree commit diff
path: root/.vim
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-05-25 17:41:48 +0200
committerRobert Günzler <r@gnzler.io>2020-05-25 17:41:48 +0200
commitf71a4833e4574b017c2f33a9b0eae1b4ef8e7b33 (patch)
treeff749aae2da5c74c454ebb228eaff4967dc31d9d /.vim
parent0531bc802ae436d75c73ff2d1171235b69d59f0e (diff)
vim: automatically set year in ebuild snippet
Diffstat (limited to '.vim')
-rw-r--r--.vim/UltiSnips/ebuild.snippets2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/UltiSnips/ebuild.snippets b/.vim/UltiSnips/ebuild.snippets
index 928704c..6856c61 100644
--- a/.vim/UltiSnips/ebuild.snippets
+++ b/.vim/UltiSnips/ebuild.snippets
@@ -1,5 +1,5 @@
 snippet eapi7 "eapi7"
-# Copyright 2019 Gentoo Authors
+# Copyright `!v strftime('%Y')` Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7