diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-11 14:16:36 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-11 14:16:36 -0800 |
commit | 7639a095e61af6c9c0f502957b7ff2c3817acab1 (patch) | |
tree | 859013930ed2c926780c0abf0b5db8e17fee7719 /txr.vim | |
parent | 285cf6a287d4d2de7d02bb1d72f369226e19c213 (diff) | |
download | txr-7639a095e61af6c9c0f502957b7ff2c3817acab1.tar.gz txr-7639a095e61af6c9c0f502957b7ff2c3817acab1.tar.bz2 txr-7639a095e61af6c9c0f502957b7ff2c3817acab1.zip |
* eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s):
New symbol variables.
(op_each): New static function.
(expand): Handle the four new operators.
(eval_init): Intern new symbols, register new operators.
* txr.1: Documented each, each*, collect-each and collect-each*.
* txr.vim: Updated.
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ syn keyword txl_keyword contained cond if and or syn keyword txl_keyword contained defvar defun inc dec set push pop flip syn keyword txl_keyword contained for for* dohash unwind-protect block syn keyword txl_keyword contained return return-from gen delay +syn keyword txl_keyword contained each each* collect-each collect-each* syn keyword txl_keyword contained cons make-lazy-cons lcons-fun car cdr syn keyword txl_keyword contained rplaca rplacd first rest append list |