On Aug 30, 3:35 am, Meikel Brandmeyer <[EMAIL PROTECTED]> wrote:
> Dear Clojurians,
>
> a new version of VimClojure is available. I tried to fix also the string
> handling for the indenting. This should work now. Please note that there
> is still some issue with a line ending in a comment containing a (. I'm
> not sure how to fix this.
>
> New in this release:
>
> - I further refined the highlighting. The standard highlighting groups
> are now used. Eg. Function, Macro, etc.
>
> - The highlighting now uses the "default" flag to make them overridable
> by the user.
>
> - The highlighting synchronises with empty lines. (Stolen from
> scheme.vim)
>
> - The 'define' option is now used. This let's you eg. jump to the
> definition of the word under the cursor.
>
> - As already mentioned: fixed issue with indenting and multi-line
> strings.
>
> Please test this release since it is due for upstream inclusion in Vim.
>
Thanks Meikel. The syntax highlighting seems much improved
from the earlier release.
Just found one minor issue.
defmulti formatting is like:
(defmulti foo :abc [n]
(println n))
With (pr.. being aligned with foo instead of ^(d.
You might also want to update the completions list as a bunch of
stuff has been added in the last few days (lib support, get-in,
printf etc)
Looking forward to seeing clj being supported by vim by
default :)
Will let you know if I come across something else.
Parth
> The release may be found at the usual place:
> http://kotka.de/projects/clojure/vimclojure.html
>
> Sincerely
> Meikel
>
> smime.p7s
> 5KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---