File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7777Interactive Clojure Development Plugins
7878=======================================
@@ -205,8 +205,8 @@ let g:clojure_align_multiline_strings = 0
205205License 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
211211Thanks to [ Tim Pope] ( https://github.com/tpope/ ) for advice in #vim.
212212
You can’t perform that action at this time.
0 commit comments