Configuration Information: Machine: i686 OS: cygwin Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -DRECYCLES_PIDS -I. -I. -I./include -I./lib -O1 uname output: CYGWIN_NT-10.0-WOW VAIO-lynn 2.0.4(0.287/5/3) 2015-06-09 12:20 i686 Cygwin Machine Type: i686-pc-cygwin
Bash Version: 4.3 Patch Level: 30 Release Status: release Description: Bash has incomplete documentation for builtins in `complete.def`. The [-abcdefgjksuv] options to specify types to complete are not documented. This is making writing completions some kind of black magic. All those correspondence can be found in complete.def. More specifically, compacts[]. /* By the way is anyone going to assign those '\0's so we can do even more things? */ Repeat-By: help compgen, help complete, info bash, man bash. Fix: Write approporiate doc for this. I only need a transcription of compacts[] so I can look it up without Luking it.