Watchers

VimClojure

A filetype, syntax and indent plugin for Clojure

  • Script id: 2501
  • Author: Meikel Brandmeyer
  • Latest version: 2.3.1
  • Release date: 2011-12-28
  • Release notes:
    Bugfix release with various fixes.

    * Fixed regression in highlighting of numeric functions. (Reported by Ogino-san.)
    * Restore various registers correctly after yanking. (Reported by Dave Ray.)
    * Improved fuzzy indent heuristic and fixed special case for with-meta.
    * Removed highlighting of the comment form. It's broken and unlikely to be ever fixed. (Reported by Dave Ray.)
    * Fixed version range for the clojure dependency. [1.2,1.5)
    * Removed usages of anonymous functions. This caused a small delay when using 'o' or 'O' commands. (Interestingly only then but with a normal carriage return) This problem was a long lasting issue for several years. A big big thank you to Dave Ray for tracking this down!
    * Loads the user.clj if found on the classpath of the server.
    * Fixed problems with result buffers when issuing certain sequences of commands. (Reported by Dave Ray.)
    * Made gradle plugin milestone 6 compatible.