about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2002-03-07 16:18:15 +0000
committerBart Schaefer <barts@users.sourceforge.net>2002-03-07 16:18:15 +0000
commite56350c48168fbc029de35829373f865f96e25f8 (patch)
treec59ce94a85b8abb6d9b70b4b048b7d8d0e96b1f0 /Etc
parentd5d9de3ae3eeeae940bc888fb79a9e4c8fa44952 (diff)
downloadzsh-e56350c48168fbc029de35829373f865f96e25f8.tar.gz
zsh-e56350c48168fbc029de35829373f865f96e25f8.tar.xz
zsh-e56350c48168fbc029de35829373f865f96e25f8.zip
Stop mentioning long-dead globbing bug.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS4
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.)
-------------------------------------------------------------------------