Dear vimming Clojurians,

I proudly present release 2.1.0 of VimClojure. It needs Clojure rev >= 1349 and Contrib rev >= 650

New features include:
* improved completion (context sensitive, imported classes, aliases, static class members)
* goto source (by virtue of revision 1349 of clojure)
* show source (by virtue of c.c.repl-utils/source command)
* stacktrace short-cuts for the Repl (by virtue of c.c.stacktrace)
* dynamic syntax highlighting for use'd and alias'd namespaces
* pretty printing of macros expansions (by virtue of c.c.pprint)

Improvements:
* more robust in case of not running server (you at any moment start the server and do a :e to get the full functionality) * improved error messages (the error of a failing nail is included in the message, for better solution finding) * improved build system with optional Ivy dependency resolution (optionally Ivy may be used to retrieve a known working set of clojure and contrib) * simplification of plugin installation procedure (the vim files may be installed via an ant task, no manual copy anymore)

Fixed many bugs, in particular:
* resizing windows when executing nails
* EvalToplevel evaluated more than one expression
* Line and File number information is now 100% correct when sending expressions

The release may be found at the usual places:
  http://www.vim.org/scripts/script.php?script_id=2501
  http://bitbucket.org/kotarak/vimclojure (the default branch)

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to