Skip to content

Commit 504ba58

Browse files
committed
Add Last Change: timestamp to script headers
This is standard practice in runtime files shipped with Vim
1 parent e17ca50 commit 504ba58

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

doc/clojure.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*clojure* *clojure.txt* *clojure.vim* *vim-clojure-static*
1+
*clojure* *clojure.txt* Last Change: 28 January 2013
22

33
========================================================================
44
INTRODUCTION *clojure-introduction*
@@ -120,3 +120,5 @@ All other files:
120120
Modified and relicensed under the Vim License for distribution with Vim:
121121

122122
Copyright 2013 (c) Sung Pae <self@sungpae.com>
123+
124+
vim:tw=78:ft=help:norl:

ftplugin/clojure.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
" Maintainer: Sung Pae <self@sungpae.com>
66
" URL: https://github.com/guns/vim-clojure-static
77
" License: Same as Vim
8+
" Last Change: 28 January 2013
89

910
" Only do this when not done yet for this buffer
1011
if exists("b:did_ftplugin")

indent/clojure.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
" Maintainer: Sung Pae <self@sungpae.com>
77
" URL: https://github.com/guns/vim-clojure-static
88
" License: Same as Vim
9+
" Last Change: 28 January 2013
910

1011
" Only load this indent file when no other was loaded.
1112
if exists("b:did_indent")

syntax/clojure.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
" Maintainer: Sung Pae <self@sungpae.com>
88
" URL: https://github.com/guns/vim-clojure-static
99
" License: Same as Vim
10+
" Last Change: 28 January 2013
1011

1112
if version < 600
1213
syntax clear

0 commit comments

Comments
 (0)