diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-22 13:23:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-22 13:23:02 -0700 |
commit | 24d450b011d80df3d57bbf47731d1fbfa15043dd (patch) | |
tree | c3cf36c1cf5d28a71027e212744de2a535875f5b /ChangeLog | |
parent | d15d57f1e2edfb5cd556fcf8f32b6c3dcfadcfff (diff) | |
download | txr-24d450b011d80df3d57bbf47731d1fbfa15043dd.tar.gz txr-24d450b011d80df3d57bbf47731d1fbfa15043dd.tar.bz2 txr-24d450b011d80df3d57bbf47731d1fbfa15043dd.zip |
Useful second argument in skip directive for skipping
a minimum number of lines.
* match.c (match_files): New behavior in skip_s case.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2011-09-22 Kaz Kylheku <kaz@kylheku.com> + + Useful second argument in skip directive for skipping + a minimum number of lines. + + * match.c (match_files): New behavior in skip_s case. + + * txr.1: Documented. + 2010-10-05 Kaz Kylheku <kkylheku@gmail.com> Version 035 |