about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-01-05 18:11:31 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-01-05 18:11:31 +0000
commited01d710bfd591dcac5777b227240a6feef38219 (patch)
tree2ba2ff33908c15ce3a29658cdd746cc90f4ccb4e /ChangeLog
parentff650ada052fccaf4b5a7bbc3b689fa20c2378ea (diff)
downloadzsh-ed01d710bfd591dcac5777b227240a6feef38219.tar.gz
zsh-ed01d710bfd591dcac5777b227240a6feef38219.tar.xz
zsh-ed01d710bfd591dcac5777b227240a6feef38219.zip
unposted but c.f. 32231: $line from _arguments doesn't include command
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9299afc70..c0331ec8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-01-05  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* unposted but c.f. 32231: Doc/Zsh/compsys.yo: the parameter
+        'line' doesn't include the original command.
+
 	* Jun T: 32231: Completion/Unix/Command/_chmod: was confused by
 	options before the mode argument.