From 80859b84833a79d144b4784f0fd441ed7184d620 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Thu, 9 Oct 2014 17:59:14 -0700 Subject: [PATCH] Revert "Remove help completion for eval, which doesn't work" This reverts commit d2f23e1df45f07fb4d716b07c40de7381e539b9d. --- share/completions/eval.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/eval.fish b/share/completions/eval.fish index 63eb8c4ab..42abd6738 100644 --- a/share/completions/eval.fish +++ b/share/completions/eval.fish @@ -1,2 +1,2 @@ -# No completions for eval. -# This file is left here so it will overwrite the old and buggy completion + +complete -c eval -s h -l help --description 'Display help and exit'