Skip to content

Commit d3a24dd

Browse files
committed
Document static completion changes
1 parent ff999aa commit d3a24dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Differences from VimClojure
7070
[`rainbow_parentheses.vim`](https://github.com/kien/rainbow_parentheses.vim)
7171
is an excellent replacement.
7272

73-
* Static completion is not provided. If you are looking for
74-
comprehensive completions, please consider using an interactive
75-
development plugin listed below.
73+
* Static completion is provided for special forms and public vars in
74+
`clojure.core`. If you are looking for more comprehensive completions,
75+
please consider using an interactive development plugin listed below.
7676

7777
Interactive Clojure Development Plugins
7878
=======================================
@@ -205,8 +205,8 @@ let g:clojure_align_multiline_strings = 0
205205
License and Acknowledgements
206206
============================
207207

208-
Thanks to Meikel Brandmeyer for his excellent work on making Vim a first
209-
class Clojure editor.
208+
Many thanks to [Meikel Brandmeyer](http://kotka.de/) for his excellent
209+
work on making Vim a first class Clojure editor.
210210

211211
Thanks to [Tim Pope](https://github.com/tpope/) for advice in #vim.
212212

0 commit comments

Comments
 (0)