Page 1 of 1

newlisp.vim version 1.25

Posted: Sat Mar 21, 2009 12:57 am
by Cyril
Minor update of newlisp.vim syntax highlighting file. In this version:

* Adopded changes made by Lutz in 10.0.2 (estack and read-utf8). BTW, Lutz, integer is still defined as alias of int! Do you intent to remove it, or to keep it forever?

* Another attempt to became more compatible with some 3rd party tools (which use Vim syntax files but do not understand full Vim scripting language). In any case this should not affect regular Vim users.

Downloadable from usual places (one, two).

P.S. I am not deep into newlisp development now, but I'm trying to keep myself in sync.

Posted: Sat Mar 21, 2009 12:24 pm
by Lutz
Adopded changes made by Lutz in 10.0.2 (estack and read-utf8). BTW, Lutz, integer is still defined as alias of int! Do you intent to remove it, or to keep it forever?
'integer' will go forever in the next release (has not been documented for a long time). new 'read-utf8' will stay. 'estack' is not documented, and I haven't made up my mind yet. It really doesn't have any use, but I was experimenting with it. It will show the environment stack as an association list when called from inside a function.

Just let yourself guide by what is defined in primes.h