Skip to content

Commit 3b4dad8

Browse files
committed
Remove the link to the #vim IRC as the link is now dead
1 parent 3c5258c commit 3b4dad8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ these conventions are not universally followed, the Clojure indent script
6363
offers ways to adjust the indentaion.
6464

6565
> [!WARNING]
66-
> The indentation code has recently been rebuilt which included the removal of
67-
> the following configuration options:
66+
> The indentation code has recently been rebuilt which included the
67+
> removal/replacement of the following configuration options:
6868
>
6969
> - `clojure_align_multiline_strings`
7070
> - `clojure_fuzzy_indent`
@@ -144,7 +144,7 @@ Pull requests are welcome! Make sure to read the
144144
_Vim-clojure-static_ was created by [Sung Pae](https://github.com/guns). The
145145
original copies of the packaged runtime files came from
146146
[Meikel Brandmeyer](http://kotka.de/)'s [VimClojure][] project with permission.
147-
Thanks to [Tim Pope](https://github.com/tpope/) for advice in [#vim](https://www.vi-improved.org/).
147+
Thanks to [Tim Pope](https://github.com/tpope/) for advice in `#vim` on IRC.
148148

149149

150150
## License

indent/clojure.vim

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ endfunction
3737

3838
call s:SConf('clojure_indent_style', 'standard')
3939
call s:SConf('clojure_indent_multiline_strings', 'standard')
40+
41+
" TODO: rename this option.
4042
call s:SConf('clojure_fuzzy_indent_patterns', [
4143
\ '^with-\%(meta\|in-str\|out-str\|loading-context\)\@!',
4244
\ '^def',

0 commit comments

Comments
 (0)