commit: d7fdb3303abd86c19ad6e692f90f58b9123bb310 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Feb 25 15:11:01 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 15:14:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=d7fdb330
Remove $Id$ from ebuild header Ref: https://archives.gentoo.org/gentoo-dev/message/993bb2ec7107d4a05d07109d773fb1d9 plugin/gentoo-common.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/gentoo-common.vim b/plugin/gentoo-common.vim index bacecd9..09bdd34 100644 --- a/plugin/gentoo-common.vim +++ b/plugin/gentoo-common.vim @@ -34,7 +34,6 @@ fun! GentooHeader(...) 0 put =l:copyright endif put ='# Distributed under the terms of the GNU General Public License v2' - put ='# $Id$' $ endfun
