about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-03-03 12:08:45 +0100
committerOliver Kiddle <opk@zsh.org>2014-03-03 12:08:45 +0100
commit1f290a3e8277347a782a7766948aab47c10120c8 (patch)
treeb3d7fcacddcc49416d33214d6bf6cd9959deae98 /ChangeLog
parentb5fcc04f0e29ff00cb72b0e5c0bc9976c1c5eb33 (diff)
downloadzsh-1f290a3e8277347a782a7766948aab47c10120c8.tar.gz
zsh-1f290a3e8277347a782a7766948aab47c10120c8.tar.xz
zsh-1f290a3e8277347a782a7766948aab47c10120c8.zip
32439: add new show-ambiguity style
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d35f5b049..cf4e223d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-03-03  Oliver Kiddle  <opk@zsh.org>
 
+	* 32439 (with Yuri D'Elia): Completion/Base/Core/_main_complete:
+	add new show-ambiguity style
+
 	* 32436: Src/Zle/complist.c: allow = to be used in ZLS_COLORS
 	patterns if it is quoted or inside parentheses