From 3b4dad8bd647b636a7ff257e85e81b936bd9d901 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Sat, 5 Oct 2024 16:02:23 +0100 Subject: [PATCH] Remove the link to the #vim IRC as the link is now dead --- README.md | 6 +++--- indent/clojure.vim | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d25619..e51fbab 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 diff --git a/indent/clojure.vim b/indent/clojure.vim index bfaa18e..4e55426 100644 --- a/indent/clojure.vim +++ b/indent/clojure.vim @@ -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',