From 0724ed01b5190fcebf0249f81cf79064c472ee91 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 14 Feb 2012 02:13:32 -0800 Subject: * eval.c (rangev): If a descending range is specified, but the step is omitted, the step should be negative one rather than one. (range_star_v_func, range_star_v): New static functions. (eval_init): New function, range*, registered. * txr.1: Stub section for range is also for range*. * txr.vim: Recognize range* function. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 36b3e00c..87a3fa3a 100644 --- a/txr.1 +++ b/txr.1 @@ -6579,7 +6579,7 @@ Certain object types have a custom equal function. .SS Function force -.SS Function range +.SS Functions range and range* .SS Function generate -- cgit v1.2.3