From 4b1fced1f8856ad8c60a3453a8e755d3536452d6 Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 5 Feb 2007 22:28:39 +1000 Subject: [PATCH] Add -u flag to case completions - case is often used to parse switches, coloring them red makes no sense darcs-hash:20070205122839-ac50b-a87b86846216ad495f58825f3cb27692fc8bf269.gz --- share/completions/case.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/case.fish b/share/completions/case.fish index 55d0129b4..009931da1 100644 --- a/share/completions/case.fish +++ b/share/completions/case.fish @@ -1,2 +1,3 @@ complete -c case -s h -l help --description 'Display help and exit' +complete -c case -u