about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-06 18:01:35 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-06 18:01:35 +0000
commit784c413690c71212ad9e08bb093414abd1cacc08 (patch)
tree450cc9242047dd50255af3b1ef940dae5bb3ab39 /Etc
parent61e68d70da5af5afe943f92cd94a8c96e78348d9 (diff)
downloadzsh-784c413690c71212ad9e08bb093414abd1cacc08.tar.gz
zsh-784c413690c71212ad9e08bb093414abd1cacc08.tar.xz
zsh-784c413690c71212ad9e08bb093414abd1cacc08.zip
zsh-3.1.6-pws-1 zsh-3.1.6-pws-1
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS11
-rw-r--r--Etc/CONTRIBUTORS2
2 files changed, 1 insertions, 12 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index 51aff5428..69f9bad47 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -48,14 +48,3 @@ 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.
 ------------------------------------------------------------------------
-Matching control can leave the wrong thing in the line.  For example,
-        touch Abc-Def-Ghij.txt
-        touch Abc-def.ghi.jkl_mno.pqr.txt
-        touch Abc_def_ghi_jkl_mno_pqr.txt
-        compctl -M 'm:{a-z}={A-Z} r:|[.,_-]=*'
-        ls a<TAB>
-produces
-        ls Abcdefghi
-which won't complete further.  It seems to get confused over the choice of
-possible punctuation characters, and the string won't complete further.
-------------------------------------------------------------------------
diff --git a/Etc/CONTRIBUTORS b/Etc/CONTRIBUTORS
index 842199f95..6cb64199f 100644
--- a/Etc/CONTRIBUTORS
+++ b/Etc/CONTRIBUTORS
@@ -18,7 +18,7 @@ at <coordinator@zsh.org>.
 Version 3.1.6
 -------------
 
-* Sven Wishnowsky <wischnow@informatik.hu-berlin.de>: completion code,
+* Sven Wischnowsky <wischnow@informatik.hu-berlin.de>: completion code,
   major rewrite and enhancements, including matching control, completion
   widgets and function system, complist module; zle code additions; job
   control code changes; parameters code changes; parameter module;