VimClojure : A filetype, syntax and indent plugin for Clojure
| script karma |
Rating 227/64,
Downloaded by 4687 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Meikel Brandmeyer |
| |
| script type |
| ftplugin |
| |
| description |
This package contains a filetype, a syntax and an indent plugin
for the Clojure (http://clojure.org) programming language.
Since version 2.0, it also contains the interactive part formerly known as "Gorilla".
This includes:
* docstring lookup
* javadoc lookup
* repl in a vim buffer
* omni completion
|
| |
| install details |
| Extract the archive into your .vim (or vimfiles) directory. Enable syntax highlighting and filetype plugins in your .vimrc. |
| |
script versions (upload new version)
Click on the package to download.
| vimclojure-2.1.2.zip |
2.1.2 |
2009-07-26 |
7.0 |
Meikel Brandmeyer |
This release is compatible with Clojure 1.0 and
Clojure-Contrib 919 (in old SVN terms). Other
pre-GTIC contrib versions from Github should also
work. For Clojure(-Contrib) head consider using the
bleeding-edge branch from the repository.
The Ivy configuration will fetch an known-to-work
Clojure(-Contrib) version. For manual compilation,
you have to care for that yourself. A compiled jar
is already included in the distribution in the build
subdirectory.
Changes since v2.1.1:
* Fixed a regression of qualified keywords highlighting
* Fixed a infinite loop if there is no prompt in the Repl buffer
* Made compilation of ng client a bit more comfortable
* Added library configuration for OpenSolaris (thanks to Richard Newman)
* Changed normal invokations to ignore keymappings (reported by James Reeves)
* Fixed typo in lispwords: defmethod -> defmulti
* Added letfn to lispwords
* Added c.c.def/defnk to lispwords
* Added #_ and #! as comment indicators to syntax highlighting
(currently only the #_ is marked as comment, the following form
is still highlighted normally.)
* Fixed annoying o/O delay bug
* Simplified plugin installation |
| vimclojure-2.1.1.zip |
2.1.1 |
2009-06-06 |
7.0 |
Meikel Brandmeyer |
This is a bugfix release.
* fixed syntax highlighting of strings with escaped quotes
* added syntax highlighting of numbers in radixR format
* added missing clojure names to highlighting
* fixed keyword highlighting
* fixed find invocation in launcher
* fixed spurious -1 in EvalLine
|
| vimclojure-2.1.0.zip |
2.1.0 |
2009-04-15 |
7.0 |
Meikel Brandmeyer |
New features:
* improved completion
* goto source
* show source
* stacktrace short-cuts for the Repl
* more robust in case of not running server
* improved error messages
* dynamic syntax highlighting for use'd and alias'd namespaces
* pretty printing of macros expansions
* improved build system with optional Ivy dependency resolution
* simplification of plugin installation procedure
Fixed many bugs, in particular:
* resizing windows when executing nails
* EvalToplevel evaluated more than one expression
* Line and File number information is now correctly when sending expressions |
| vimclojure-2.0.0.tar.gz |
2.0.0 |
2009-03-10 |
7.0 |
Meikel Brandmeyer |
Updated for latest Clojure SVN. Merged with Gorilla. |
| vimclojure-1.3.0.tar.gz |
1.3.0 |
2009-01-01 |
7.2 |
Meikel Brandmeyer |
Initial upload |
|