Skip to content

Commit 4eac6f6

Browse files
committed
Update file headers with new repo URL and maintainer
1 parent e41543d commit 4eac6f6

File tree

4 files changed

+30
-32
lines changed

4 files changed

+30
-32
lines changed

autoload/clojurecomplete.vim

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
" Vim completion script
2-
" Language: Clojure
3-
" Maintainer: Sung Pae <[email protected]>
4-
" URL: https://github.com/guns/vim-clojure-static
5-
" License: Same as Vim
6-
" Last Change: %%RELEASE_DATE%%
2+
" Language: Clojure
3+
" Maintainer: Alex Vear <[email protected]>
4+
" Former Maintainers: Sung Pae <[email protected]>
5+
" URL: https://github.com/clojure-vim/clojure.vim
6+
" License: Vim (see :h license)
7+
" Last Change: %%RELEASE_DATE%%
78

89
" -*- COMPLETION WORDS -*-
910
" Generated from https://github.com/guns/vim-clojure-static/blob/%%RELEASE_TAG%%/clj/src/vim_clojure_static/generate.clj

ftplugin/clojure.vim

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
" Vim filetype plugin file
2-
" Language: Clojure
3-
" Author: Meikel Brandmeyer <[email protected]>
4-
"
5-
" Maintainer: Sung Pae <[email protected]>
6-
" URL: https://github.com/guns/vim-clojure-static
7-
" License: Same as Vim
8-
" Last Change: %%RELEASE_DATE%%
2+
" Language: Clojure
3+
" Maintainer: Alex Vear <[email protected]>
4+
" Former Maintainers: Sung Pae <[email protected]>
5+
" Meikel Brandmeyer <[email protected]>
6+
" URL: https://github.com/clojure-vim/clojure.vim
7+
" License: Vim (see :h license)
8+
" Last Change: %%RELEASE_DATE%%
99

1010
if exists("b:did_ftplugin")
1111
finish

indent/clojure.vim

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
" Vim indent file
2-
" Language: Clojure
3-
" Author: Meikel Brandmeyer <[email protected]>
4-
" URL: http://kotka.de/projects/clojure/vimclojure.html
5-
"
6-
" Maintainer: Sung Pae <[email protected]>
7-
" URL: https://github.com/guns/vim-clojure-static
8-
" License: Same as Vim
9-
" Last Change: %%RELEASE_DATE%%
2+
" Language: Clojure
3+
" Maintainer: Alex Vear <[email protected]>
4+
" Former Maintainers: Sung Pae <[email protected]>
5+
" Meikel Brandmeyer <[email protected]>
6+
" URL: https://github.com/clojure-vim/clojure.vim
7+
" License: Vim (see :h license)
8+
" Last Change: %%RELEASE_DATE%%
109

1110
if exists("b:did_indent")
1211
finish

syntax/clojure.vim

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
" Vim syntax file
2-
" Language: Clojure
3-
" Authors: Toralf Wittner <[email protected]>
4-
" modified by Meikel Brandmeyer <[email protected]>
5-
" URL: http://kotka.de/projects/clojure/vimclojure.html
6-
"
7-
" Contributors: Joel Holdbrooks <[email protected]> (Regexp support, bug fixes)
8-
"
9-
" Maintainer: Sung Pae <[email protected]>
10-
" URL: https://github.com/guns/vim-clojure-static
11-
" License: Same as Vim
12-
" Last Change: %%RELEASE_DATE%%
1+
" Vim indent file
2+
" Language: Clojure
3+
" Maintainer: Alex Vear <[email protected]>
4+
" Former Maintainers: Sung Pae <[email protected]>
5+
" Meikel Brandmeyer <[email protected]>
6+
" Toralf Wittner <[email protected]>
7+
" Contributors: Joel Holdbrooks <[email protected]> (Regexp support, bug fixes)
8+
" URL: https://github.com/clojure-vim/clojure.vim
9+
" License: Vim (see :h license)
10+
" Last Change: %%RELEASE_DATE%%
1311

1412
if exists("b:current_syntax")
1513
finish

0 commit comments

Comments
 (0)