Re: New release of Paredit mode for Vim with support for VimClojure repls and Map literals

2012-04-24 Thread dgrnbrg
I've worked with Tamas, and the VimClojure compatibility support is now merged into the BitBucket repos, and Tamas' updated version is merged with my GitHub repo. On Apr 23, 12:34 am, Dave Ray wrote: > Note that Tomas recently extracted paredit from slimv, so it has its > own home now:https://bit

Re: New release of Paredit mode for Vim with support for VimClojure repls and Map literals

2012-04-22 Thread Dave Ray
Note that Tomas recently extracted paredit from slimv, so it has its own home now: https://bitbucket.org/kovisoft/paredit Also, there have been several important bug fixes applied to paredit in the last few months. It would be great if any improvements you've made could make it back into the offici

Re: New release of Paredit mode for Vim with support for VimClojure repls and Map literals

2012-04-22 Thread dgrnbrg
I am having trouble porting my simple VimClojure support with the version 0.9.6 of the script. The integration w/ slimv's REPL appears to have increased. I'm not sure what the best course of action is, since I don't really want to continue trying to merge the codebases, and instead just fix any bug

Re: New release of Paredit mode for Vim with support for VimClojure repls and Map literals

2012-04-22 Thread John Szakmeister
On Sun, Apr 22, 2012 at 3:28 PM, Evan Mezeske wrote: > Version 0.9.3 does indeed support balanced map literals. > > I believe that the bitbucket repository is the official home of slimv (from > which paredit.vim comes):  https://bitbucket.org/kovisoft/slimv/ . Just an FYI, but there seems to be v

Re: New release of Paredit mode for Vim with support for VimClojure repls and Map literals

2012-04-22 Thread Evan Mezeske
Version 0.9.3 does indeed support balanced map literals. I believe that the bitbucket repository is the official home of slimv (from which paredit.vim comes): https://bitbucket.org/kovisoft/slimv/ . On Sunday, April 22, 2012 7:53:26 AM UTC-7, dgrnbrg wrote: > > I didn't know that support had be

Re: New release of Paredit mode for Vim with support for VimClojure repls and Map literals

2012-04-22 Thread dgrnbrg
I didn't know that support had been added to paredit mode! When I googled for better Clojure support, I didn't see that one. The differences between Kovac's Nov 2011 version and mine is only that mine applies the mode to VimClojure REPL buffers. I haven't checked to see whether he treats {} the sa

Re: New release of Paredit mode for Vim with support for VimClojure repls and Map literals

2012-04-20 Thread Evan Mezeske
Could you elaborate on what the differences are between your version (Greenberg) of paredit-vim and the original one written by Tamas Kovacs that it appears to be based on? I'm a bit confused -- the latest Kovacs version that I've used is 0.9.3 from November 2011. The Greenberg version looks l

New release of Paredit mode for Vim with support for VimClojure repls and Map literals

2012-04-19 Thread David Greenberg
Paredit mode is a structural editor for Clojure code in Vim. It allows you to edit your code while keeping parenthesis matched, and providing shortcuts to manipulate (), {}, [], and "" easily. Use :help paredit for details. I just implemented support for VimClojure repls and {} syntax. Please repo