Skip to content

Commit

Permalink
Remove the link to the #vim IRC as the link is now dead
Browse files Browse the repository at this point in the history
  • Loading branch information
axvr committed Oct 5, 2024
1 parent 3c5258c commit 3b4dad8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ these conventions are not universally followed, the Clojure indent script
offers ways to adjust the indentaion.

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


## License
Expand Down
2 changes: 2 additions & 0 deletions indent/clojure.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ endfunction

call s:SConf('clojure_indent_style', 'standard')
call s:SConf('clojure_indent_multiline_strings', 'standard')

" TODO: rename this option.
call s:SConf('clojure_fuzzy_indent_patterns', [
\ '^with-\%(meta\|in-str\|out-str\|loading-context\)\@!',
\ '^def',
Expand Down

0 comments on commit 3b4dad8

Please sign in to comment.