- builtin completes on builtins

master
ianmacd 2004-05-11 16:06:08 +00:00
parent 0f4e8b6e3e
commit 31f3cc28a3
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.700 2004/03/31 17:45:32 ianmacd Exp $
# $Id: bash_completion,v 1.701 2004/05/11 18:06:08 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -147,6 +147,9 @@ complete -A binding bind
# type and which complete on commands
complete -c command type which
# builtin completes on builtins
complete -b builtin
# start of section containing completion functions called by other functions
# This function checks whether we have a given programs on the system.