summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-27 15:59:34 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-27 15:59:43 +0000
commit85ffb55e99e9dd474b9cf15c28b649161be10d4c (patch)
tree3fab9460602e2843228120890f61b37c5fb92c14 /ChangeLog
parent12e862764f2cf8e6bc27968fd5d00a62b4a9e882 (diff)
downloadzsh-85ffb55e99e9dd474b9cf15c28b649161be10d4c.tar.gz
zsh-85ffb55e99e9dd474b9cf15c28b649161be10d4c.tar.xz
zsh-85ffb55e99e9dd474b9cf15c28b649161be10d4c.zip
39739: Complete negative integers for -n/-c in the GNU variant. (after 39479)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bdb8ff80..0592589fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-10-27  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 39739: Completion/Unix/Command/_head,
+	Completion/Unix/Command/_tail: Complete negative integers for
+	-n/-c in the GNU variant.  (after 39479)
+
 2016-10-25  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 39725: Src/Zle/complist.c: more metafication of patterns.