File tree Expand file tree Collapse file tree 4 files changed +30
-32
lines changed Expand file tree Collapse file tree 4 files changed +30
-32
lines changed Original file line number Diff line number Diff line change 11" Vim completion script
2- " Language: Clojure
3- " Maintainer: Sung Pae <self@sungpae.com>
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 <av@axvr.io>
4+ " Former Maintainers: Sung Pae <self@sungpae.com>
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
Original file line number Diff line number Diff line change 11" Vim filetype plugin file
2- " Language: Clojure
3- " Author : Meikel Brandmeyer <mb@kotka.de >
4- "
5- " Maintainer: Sung Pae <self@sungpae.com >
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 <av@axvr.io >
4+ " Former Maintainers: Sung Pae <self@sungpae.com>
5+ " Meikel Brandmeyer <mb@kotka.de >
6+ " URL: https://github.com/clojure-vim/clojure.vim
7+ " License: Vim (see :h license)
8+ " Last Change: %%RELEASE_DATE%%
99
1010if exists (" b:did_ftplugin" )
1111 finish
Original file line number Diff line number Diff line change 11" Vim indent file
2- " Language: Clojure
3- " Author: Meikel Brandmeyer <mb@kotka.de>
4- " URL: http://kotka.de/projects/clojure/vimclojure.html
5- "
6- " Maintainer: Sung Pae <self@sungpae.com>
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 <av@axvr.io>
4+ " Former Maintainers: Sung Pae <self@sungpae.com>
5+ " Meikel Brandmeyer <mb@kotka.de>
6+ " URL: https://github.com/clojure-vim/clojure.vim
7+ " License: Vim (see :h license)
8+ " Last Change: %%RELEASE_DATE%%
109
1110if exists (" b:did_indent" )
1211 finish
Original file line number Diff line number Diff line change 1- " Vim syntax file
2- " Language: Clojure
3- " Authors: Toralf Wittner <toralf.wittner@gmail.com>
4- " modified by Meikel Brandmeyer <mb@kotka.de>
5- " URL: http://kotka.de/projects/clojure/vimclojure.html
6- "
7- " Contributors: Joel Holdbrooks <cjholdbrooks@gmail.com> (Regexp support, bug fixes)
8- "
9- " Maintainer: Sung Pae <self@sungpae.com>
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 <av@axvr.io>
4+ " Former Maintainers: Sung Pae <self@sungpae.com>
5+ " Meikel Brandmeyer <mb@kotka.de>
6+ " Toralf Wittner <toralf.wittner@gmail.com>
7+ " Contributors: Joel Holdbrooks <cjholdbrooks@gmail.com> (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
1412if exists (" b:current_syntax" )
1513 finish
You can’t perform that action at this time.
0 commit comments