commit: eb01b85ce68f840f2060efe7a51b8fff8c1e07d6
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 15:24:41 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 15:24:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=eb01b85c
Change $Header: $ to $Id$ in header
plugin/gentoo-common.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/gentoo-common.vim b/plugin/gentoo-common.vim
index 6d1a0be..402c901 100644
--- a/plugin/gentoo-common.vim
+++ b/plugin/gentoo-common.vim
@@ -34,7 +34,7 @@ fun! GentooHeader(...)
0 put =l:copyright
endif
put ='# Distributed under the terms of the GNU General Public License v2'
- put ='# $Header: $'
+ put ='# $Id$'
$
endfun