Re: [PATCH] bash-completion: Remove obsolete usage of 'have' function

2014-12-07 Thread Justin
n for each command in separate function which is then > autoloaded on demand. It was intended that you have one file (or a symlink) with the name of the command which will be completed. That means dropping all have and pointing symlinks with all support comple

Re: [PATCH] bash-completion: Remove obsolete usage of 'have' function

2014-12-07 Thread Justin Lecher (jlec)
so > need to fix install target and probably split it in separate files > for each command. > So you would accept a patch splitting the monolithic file into separate completion definition along with the necessary fixes in the buildsystem? If so, I will send the patch. Justin -B