about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Finet <m.dreadlock@gmail.com>2014-09-12 23:30:36 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2014-09-14 12:02:35 +0200
commitffd439b69b49c2762eaee888d622d7e843103c62 (patch)
treea2f1fda863f68d93a9b0ce83c0eb7c0a8824faa2 /ChangeLog
parent6ec8cfdeaa94c6b7a1067a47162644df3a97acb7 (diff)
downloadzsh-ffd439b69b49c2762eaee888d622d7e843103c62.tar.gz
zsh-ffd439b69b49c2762eaee888d622d7e843103c62.tar.xz
zsh-ffd439b69b49c2762eaee888d622d7e843103c62.zip
33151: completion git: support aliases when \n exist
The git completion for aliases (i.e. completing with aliased verb)
was broken whem some \n exist in aliases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42fb37ed1..5bf50a499 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
 	* 33149: Misc/vcs_info-examples: vcs_info examples: fix typo
 
+	* 33151: Completion/Unix/Command/_git: completion git: support
+	aliases when \n exist
+
 2014-09-12  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al.