aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/set.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/set.fish')
-rw-r--r--share/completions/set.fish8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/completions/set.fish b/share/completions/set.fish
index 4ff26716..86647e96 100644
--- a/share/completions/set.fish
+++ b/share/completions/set.fish
@@ -22,11 +22,11 @@ function __fish_set_is_color -d 'Test if We are specifying a color value for the
return 0
case '-*'
-
+
case '*'
return 1
end
- end
+ end
return 1
end
@@ -40,11 +40,11 @@ function __fish_set_is_locale -d 'Test if We are specifying a locale value for t
return 0
case '-*'
-
+
case '*'
return 1
end
- end
+ end
return 1
end