diff options
author | axel <axel@liljencrantz.se> | 2006-02-15 12:22:28 +1000 |
---|---|---|
committer | axel <axel@liljencrantz.se> | 2006-02-15 12:22:28 +1000 |
commit | c94b9e504d0db7ebd2a2b87fce997ca3c9851b8b (patch) | |
tree | dff930e4639b7141b7c0e334f096c07fb3e9b0d8 /init/completions/whatis.fish | |
parent | 8be3bf3e5db8519ac69c3372342c97418c82e5ff (diff) |
Remove the rather stupid -y option for complete, which loads another commands completions. Mostly the same results can be had with fewer bugs and corner cases vy using the new dynamically loaded functions.
darcs-hash:20060215022228-ac50b-85614ed684f73460d43543a579ff2c7e7914efeb.gz
Diffstat (limited to 'init/completions/whatis.fish')
-rw-r--r-- | init/completions/whatis.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/completions/whatis.fish b/init/completions/whatis.fish index 17a8f626..eda161e3 100644 --- a/init/completions/whatis.fish +++ b/init/completions/whatis.fish @@ -1,3 +1,2 @@ -complete -y man complete -xc whatis -a "(__fish_complete_man)" |