bash-completion: get rid of "have" calls

have function disappeared in bash-completion 1.90 (2011)
This commit is contained in:
Nirgal Vourgère 2020-10-23 14:05:50 +02:00
parent 7c828bd5ad
commit f192c258ab
9 changed files with 0 additions and 9 deletions

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-export &&
_mdb_export()
{
local cur prev

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-hexdump &&
_mdb_hexdump()
{
local cur

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-import &&
_mdb_import()
{
local cur

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-parsecsv &&
_mdb_parsecsv()
{
local cur

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-prop &&
_mdb_prop()
{
local cur

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-schema &&
_mdb_schema()
{
local cur prev

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-sql &&
_mdb_sql()
{
local cur prev

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-tables &&
_mdb_tables()
{
local cur prev

View File

@ -1,5 +1,4 @@
#-*- mode: shell-script;-*-
have mdb-ver &&
_mdb_ver()
{
local cur