aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-08-10 11:24:41 -0400
committerMike Gilbert <floppym@gentoo.org>2015-08-10 11:24:41 -0400
commiteb01b85ce68f840f2060efe7a51b8fff8c1e07d6 (patch)
tree87d0309fd21efe68d5f6713aac53580427d7b021
parentmetadata: update possible upstream tag names (diff)
downloadgentoo-syntax-eb01b85ce68f840f2060efe7a51b8fff8c1e07d6.tar.gz
gentoo-syntax-eb01b85ce68f840f2060efe7a51b8fff8c1e07d6.tar.bz2
gentoo-syntax-eb01b85ce68f840f2060efe7a51b8fff8c1e07d6.zip
Change $Header: $ to $Id$ in headergentoo-syntax-20150823
-rw-r--r--plugin/gentoo-common.vim2
1 files changed, 1 insertions, 1 deletions
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