about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Zsh/Command/_precommand2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a96bcec9..8237fcc51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-05-04  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 38402: Completion/Zsh/Command/_precommand: Complete
+	'eatmydata'.
+
 	* 38399: Completion/Debian/Command/_bts,
 	Completion/Debian/Command/_bug,
 	Completion/Debian/Type/_debbugs_bugnumber: _bts: Complete
diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand
index 53078ca82..f848721d9 100644
--- a/Completion/Zsh/Command/_precommand
+++ b/Completion/Zsh/Command/_precommand
@@ -1,4 +1,4 @@
-#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite
+#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss hilite eatmydata
 
 # precommands is made local in _main_complete
 precommands+=($words[1])