From d2f23e1df45f07fb4d716b07c40de7381e539b9d Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 8 Oct 2014 11:50:04 -0700 Subject: Remove help completion for eval, which doesn't work Fixes #1379 --- share/completions/eval.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/completions/eval.fish b/share/completions/eval.fish index 42abd673..63eb8c4a 100644 --- a/share/completions/eval.fish +++ b/share/completions/eval.fish @@ -1,2 +1,2 @@ - -complete -c eval -s h -l help --description 'Display help and exit' +# No completions for eval. +# This file is left here so it will overwrite the old and buggy completion -- cgit v1.2.3