aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-12-14 23:12:39 +1000
committerGravatar axel <axel@liljencrantz.se>2006-12-14 23:12:39 +1000
commit4d368dc06c75217c346c64d06ce3060395c720b5 (patch)
tree6f8043142bffe9e9d83c0c2b4435e4a7079753de /share
parent9ff0e9cf722e2ef3efc64ab4738528a774fc9d3c (diff)
Do not add --help completions for builtins at init time. These completions are already present in the commmand specific completions
darcs-hash:20061214131239-ac50b-3626c53c9c985bc3b786d5d6baff5e162a5e4951.gz
Diffstat (limited to 'share')
-rw-r--r--share/config_interactive.fish.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/config_interactive.fish.in b/share/config_interactive.fish.in
index 09b87af6..0becbd0d 100644
--- a/share/config_interactive.fish.in
+++ b/share/config_interactive.fish.in
@@ -202,15 +202,6 @@ function __fish_print_users -d "Print a list of local users"
end
#
-# Completions for the shell and it's builtin commands and functions
-#
-
-for i in (builtin -n|sgrep -E -v '(while|for|if|function|switch)' )
- complete -c $i -s h -l help -d "Display help and exit"
-end
-
-
-#
# Completions for SysV startup scripts
#