after much too long a time (one year and one day) there is finally a fresh release of VimClojure. Just after the release of 1.3, it makes the backend 1.3 ready and provides a lot of fixes and improvements under the hood. (Hopefully without introducing too much regressions.)
New features are:
* The nailgun server and port may now be configured.
* Rainbow parens may be toggled on or off.
* The fuzzy indent option improves indentation based on the form name.
* The Repl now always enters a newline on <CR>. <C-CR> submits the expression. This can be easily flipped if desired.
* VimClojure now also provides a gradle plugin to easily start the backend server via gradle.
The vimplugin can be found as usual on vim.org. The server backend and the gradle plugin are available from clojars as server resp. gradle artifacts in the vimclojure group.
Gugsch Du hier: http://bitly.com/opoBde
Sincerely
Meikel
--
You received this message because you are subscribed to the Google Groups "vimclojure" group.
To post to this group, send email to vimcl...@googlegroups.com.
To unsubscribe from this group, send email to vimclojure+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/vimclojure?hl=en.
On Wed, Oct 05, 2011 at 22:15 +0200, Meikel Brandmeyer wrote:
> after much too long a time (one year and one day) there is finally a fresh
> release of VimClojure. Just after the release of 1.3, it makes the backend
> 1.3 ready and provides a lot of fixes and improvements under the hood.
> (Hopefully without introducing too much regressions.)
Thank you very much for your wonderful work.
> New features are:
> * The Repl now always enters a newline on <CR>. <C-CR> submits the expression. This can be easily flipped if desired.
I do not see this behaviour. <CR> still submits the expression as before. Is
there an easy way to test which version I am running. How would this be
flipped if desired?
I also had to fork one of the lein-nailgun plugins as the old ones targetted
2.2.0.
--
Wolodja <bab...@gmail.com>
4096R/CAF14EFC
081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC
I've essentially cloned it myself and will probably just keep on maintaining
my version. There are way too many lein-{vimclojure,nailgun} projects already
which is why I did not put it on Clojars.
It would be nice if there were a single officially maintained version though.
I remember that I had to spend quite a long time to figure out how I want to
setup/install vimclojure for the first time. (Mostly because there are so many
different ways/tutorials).
--
Wolodja <bab...@gmail.com>
Am 09.10.2011 um 02:08 schrieb Wolodja Wentland:
> It would be nice if there were a single officially maintained version though.
I once proposed to the author, that it is included into the official distribution like the new gradle plugin. However he was not interested to move the code into the official repo. If you'd manage to settle on a single, “community approved” so-to-say flavor, it would be highly appreciated.
Sincerely
Meikel
I do not see this behaviour. <CR> still submits the expression as before.
Is there an easy way to test which version I am running.
How would this be flipped if desired?
Thank you. That is exactly the behaviour I see. I just misunderstood the
following message:
> * The Repl now always enters a newline on <CR>
Thanks again for your work on vimclojure.
> [1 2 3<CR> => newline
> [1 2 3<CR>] => newline
> [1 2 3]<CR> => submitThank you. That is exactly the behaviour I see. I just misunderstood the
following message:> * The Repl now always enters a newline on <CR>
I am very happy with the way it works now as it behaves as I would it expect
to intuitively. It is just that I thought that it is behaving in the following
way after reading your summary:
> [1 2 3<CR> => newline
> [1 2 3<CR>] => newline
> [1 2 3]<CR> => newline
Which is IMHO neither desirable nor expected. Just keep it the way it is and
concentrate on other important aspects. (debugging, ...) I am very happy that
you work on making vim a wonderful platform for Clojure development and can
not thank you enough. Have a nice day!
Am 11.10.2011 um 17:53 schrieb jingguo:
> Is there a http://kotka.de/projects/vimclojure/vimclojure-nailgun-client-2.3.0.zip
> for 2.3.0 release? I can only find http://kotka.de/projects/vimclojure/vimclojure-nailgun-client-2.2.0.zip.
Woops. Forgot that one. Fixed now. However the old will do, too. There is no need to upgrade the client since nothing changed there.
Sincerely
Meikel