about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-23 13:58:57 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-23 13:58:57 +0000
commit3ae964fc4d6a4c8fdd6811e0212a141ff22c8d2d (patch)
tree786e578707062d0d1f623b19935707ca9303d3f6 /ChangeLog
parent6fda33d3abd70bd4c219aac0e8c416270f398fef (diff)
downloadzsh-3ae964fc4d6a4c8fdd6811e0212a141ff22c8d2d.tar.gz
zsh-3ae964fc4d6a4c8fdd6811e0212a141ff22c8d2d.tar.xz
zsh-3ae964fc4d6a4c8fdd6811e0212a141ff22c8d2d.zip
probably no reason to put the (#a?) flag after an initial tilde in _approximate anymore (13730)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 786ebc1fe..27c22ed8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-03-23  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 13730: Completion/Core/_approximate: probably no reason to
+	put the (#a?) flag after an initial tilde in _approximate
+	anymore
+
 	* 13727: Completion/User/_init_d, Completion/User/_make,
 	Doc/Zsh/compsys.yo: add commands and call-command styles;
 	mention some of the more expensive things about completion