# Initialisation for new style completion. This mainly contains some helper # function and aliases. Everything else is split into different files in this # directory that will automatically be made autoloaded (see the end of this # file). # The names of the files that will be considered for autoloading have to # start with a underscores (like `_setopt). # The first line of these files will be read and has to say what should be # done with its contents: # # `#defcomp ' # if the first line looks like this, the file is # autoloaded as a function and that function will # be called to generate the matches when completing # for one of the commands whose is given # # `#defpatcomp ' # this defines a function that should be called to generate # matches for commands whose name matches ; note # that only one pattern may be given # # `#defkeycomp