1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-25 01:16:05 +02:00

Stop mentioning long-dead globbing bug.

This commit is contained in:
Bart Schaefer 2002-03-07 16:18:15 +00:00
parent d5d9de3ae3
commit e56350c481

View File

@ -44,7 +44,3 @@ and ksh and may be removed in the future. A good fix would be to keep
such patterns unchanged if they do not match regardless of the state of
the nonomatch and nullglob options.
------------------------------------------------------------------------
Numeric ranges are still too greedy with using characters; for example,
<1-1000>33 will not match 633 because the 633 matches the range. Some
backtracking will be necessary. (This is believed fixed as of 3.1.6.)
------------------------------------------------------------------------