diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2002-03-07 16:18:15 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2002-03-07 16:18:15 +0000 |
commit | e56350c48168fbc029de35829373f865f96e25f8 (patch) | |
tree | c59ce94a85b8abb6d9b70b4b048b7d8d0e96b1f0 | |
parent | d5d9de3ae3eeeae940bc888fb79a9e4c8fa44952 (diff) | |
download | zsh-e56350c48168fbc029de35829373f865f96e25f8.tar.gz zsh-e56350c48168fbc029de35829373f865f96e25f8.tar.xz zsh-e56350c48168fbc029de35829373f865f96e25f8.zip |
Stop mentioning long-dead globbing bug.
-rw-r--r-- | Etc/BUGS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Etc/BUGS b/Etc/BUGS index dd356013a..e89116f23 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -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.) ------------------------------------------------------------------------- |