about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-29 07:10:31 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-29 07:10:31 +0000
commitd15f36ab5b7b2a15e9fc613de59e6ff1d586a7c7 (patch)
treed88abd9923b0a40f196f46c22452e63437238216 /ChangeLog
parent4e2e7f292faccc162e4c87e7fc2852dc7faceea0 (diff)
downloadzsh-d15f36ab5b7b2a15e9fc613de59e6ff1d586a7c7.tar.gz
zsh-d15f36ab5b7b2a15e9fc613de59e6ff1d586a7c7.tar.xz
zsh-d15f36ab5b7b2a15e9fc613de59e6ff1d586a7c7.zip
change suffix style to still do expansion if the suffix contains something to expand (12115)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 126e81a3a..3eaf88a56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-06-29  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 12115: Completion/Core/_expand, Doc/Zsh/compsys.yo: change
+ 	suffix style to still do expansion if the suffix contains
+ 	something to expand
+	
 	* 12114: Completion/Core/_main_complete, Doc/Zsh/compsys.yo: even
  	more fun with the menu style (no=num, yes=long-list, reverse
  	meaning of yes=num)