[slim-vim] Vim+ECL ported to Vim 7.0

Larry Clapp larry at theclapp.org
Thu Jun 8 07:59:42 CDT 2006


Hi, list,

Through dint of heroic effort over the past several days (okay, I
lied, it took maybe an hour and a half, and wasn't that hard), I've
imported the ECL+Async patches into Vim 7.0.  I ran exactly three test
cases: I said :ecl (print "ok"), which worked; I loaded my
ecl-repl.vim, which worked, and I typed (+ 1 1) into my scratch Lisp
buffer, and my repl printed

  COMMON-LISP-USER> (+ 1 1)
  2

I haven't done anything at all with the async/networking code; it
compiles but may or may not actually work.

I should have a Darcs repository up this evening; will post here when
finished.  For you adventurous souls that just can't wait, the patch
from 7.0 to 7.0+ecl is here:
http://theclapp.org/repos/vim70-add-ecl.patch.gz .

-- Larry



More information about the slim-vim mailing list