diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-14 02:13:32 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-14 02:13:32 -0800 |
commit | 0724ed01b5190fcebf0249f81cf79064c472ee91 (patch) | |
tree | b83cb6e7f0f39231507ac588818ac98956a4e85f /txr.1 | |
parent | 341ac57c0bcbdc31571ec0d63c63803d502c5a4a (diff) | |
download | txr-0724ed01b5190fcebf0249f81cf79064c472ee91.tar.gz txr-0724ed01b5190fcebf0249f81cf79064c472ee91.tar.bz2 txr-0724ed01b5190fcebf0249f81cf79064c472ee91.zip |
* 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.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |