Change output format of complete -C to make writing case insensitive command specific completions more transparent

darcs-hash:20070420195506-ac50b-b5f56bb2964e65d13abfb9281ce26db2b8c341b7.gz
This commit is contained in:
axel
2007-04-21 05:55:06 +10:00
parent 4d5c50cbb3
commit 06688fb9ea
8 changed files with 32 additions and 12 deletions

View File

@@ -73,7 +73,11 @@
#define COMPLETE_NO_SPACE 1
/**
This compeltion is case insensitive
This compeltion is case insensitive.
Warning: The contents of the completion_t structure is actually
different if this flag is set! Specifically, the completion string
contains the _entire_ completion token, not only the current
*/
#define COMPLETE_NO_CASE 2