Skip to content

Commit d0e7510

Browse files
committed
Update script metadata
1 parent 3cea4e8 commit d0e7510

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/clojure.txt

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

33
INTRODUCTION *clojure-introduction*
44

ftplugin/clojure.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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
8+
" Last Change: 30 January 2013
99

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

indent/clojure.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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
9+
" Last Change: 30 January 2013
1010

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

syntax/clojure.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +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
10+
" Last Change: 30 January 2013
1111

1212
if version < 600
1313
syntax clear
@@ -20,7 +20,7 @@ setlocal iskeyword+=?,-,*,!,+,/,=,<,>,.,:,$
2020
" Highlight superfluous closing parens, brackets and braces.
2121
syntax match clojureError "]\|}\|)"
2222

23-
" Generated from vim_clojure_static.clj
23+
" Generated from https://github.com/guns/vim-clojure-static/blob/vim-release-001/vim_clojure_static.clj
2424
" Clojure 1.5.0-RC4
2525
syntax keyword clojureConstant nil
2626
syntax keyword clojureBoolean false true

0 commit comments

Comments
 (0)