Skip to content

Commit

Permalink
Put template markers in place for last changes to a file
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Jul 21, 2013
1 parent a516614 commit 2867900
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ftplugin/perl.vim
Expand Up @@ -3,7 +3,7 @@
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2013-05-11
" Last Change: {{LAST_CHANGE}}

if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/perl6.vim
Expand Up @@ -3,7 +3,7 @@
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2013-05-11
" Last Change: {{LAST_CHANGE}}
" Contributors: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
"
" Based on ftplugin/perl.vim by Dan Sharp <dwsharp at hotmail dot com>
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/tt2html.vim
Expand Up @@ -2,7 +2,7 @@
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2013-05-11
" Last Change: {{LAST_CHANGE}}

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/xs.vim
Expand Up @@ -3,7 +3,7 @@
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2009-08-14
" Last Change: {{LAST_CHANGE}}

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
Expand Down
2 changes: 1 addition & 1 deletion indent/perl.vim
Expand Up @@ -3,7 +3,7 @@
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: May 12, 2013
" Last Change: {{LAST_CHANGE}}

" Suggestions and improvements by :
" Aaron J. Sherman (use syntax for hints)
Expand Down
2 changes: 1 addition & 1 deletion indent/perl6.vim
Expand Up @@ -3,7 +3,7 @@
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2013-05-12
" Last Change: {{LAST_CHANGE}}
" Contributors: Andy Lester <andy@petdance.com>
" Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
"
Expand Down
2 changes: 1 addition & 1 deletion syntax/perl.vim
Expand Up @@ -3,7 +3,7 @@
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Homepage: http://github.com/vim-perl/vim-perl/tree/master
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2013-05-11
" Last Change: {{LAST_CHANGE}}
" Contributors: Andy Lester <andy@petdance.com>
" Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
" Lukas Mai <l.mai.web.de>
Expand Down
2 changes: 1 addition & 1 deletion syntax/perl6.vim
Expand Up @@ -3,7 +3,7 @@
" Maintainer: vim-perl <vim-perl@googlegroups.com>
" Homepage: http://github.com/vim-perl/vim-perl/tree/master
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2009-07-04
" Last Change: {{LAST_CHANGE}}

" Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org>
" Moritz Lenz <moritz@faui2k3.org>
Expand Down
2 changes: 1 addition & 1 deletion syntax/pod.vim
Expand Up @@ -4,7 +4,7 @@
" Previously: Scott Bigham <dsb@killerbunnies.org>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2013-05-12
" Last Change: {{LAST_CHANGE}}

" To add embedded POD documentation highlighting to your syntax file, add
" the commands:
Expand Down
2 changes: 1 addition & 1 deletion syntax/tt2.vim
Expand Up @@ -3,7 +3,7 @@
" Author: Moriki, Atsushi <4woods+vim@gmail.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2013-05-12
" Last Change: {{LAST_CHANGE}}
"
" Instration:
" put tt2.vim and tt2html.vim in to your syntax diretory.
Expand Down
2 changes: 1 addition & 1 deletion syntax/tt2html.vim
Expand Up @@ -3,7 +3,7 @@
" Author: Moriki, Atsushi <4woods+vim@gmail.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2010-07-21
" Last Change: {{LAST_CHANGE}}

if exists("b:current_syntax")
finish
Expand Down
2 changes: 1 addition & 1 deletion syntax/tt2js.vim
Expand Up @@ -3,7 +3,7 @@
" Author: Yates, Peter <pd.yates@gmail.com>
" Homepage: http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: 2013-04-10
" Last Change: {{LAST_CHANGE}}

if exists("b:current_syntax")
finish
Expand Down

0 comments on commit 2867900

Please sign in to comment.