From 4d368dc06c75217c346c64d06ce3060395c720b5 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 14 Dec 2006 23:12:39 +1000 Subject: [PATCH] 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 --- share/config_interactive.fish.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/share/config_interactive.fish.in b/share/config_interactive.fish.in index 09b87af6c..0becbd0da 100644 --- a/share/config_interactive.fish.in +++ b/share/config_interactive.fish.in @@ -201,15 +201,6 @@ function __fish_print_users -d "Print a list of local users" cat /etc/passwd | cut -d : -f 1 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 #