aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-21 05:55:06 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-21 05:55:06 +1000
commit06688fb9eaa1b61cbfb92b6f5edf997ffe6dbcff (patch)
tree673716625965dd45716f2cd676fe7723e6086963 /complete.h
parent4d5c50cbb32506db8c4aa53ba804faf32e5015a5 (diff)
Change output format of complete -C to make writing case insensitive command specific completions more transparent
darcs-hash:20070420195506-ac50b-b5f56bb2964e65d13abfb9281ce26db2b8c341b7.gz
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/complete.h b/complete.h
index dbb3259c..1fe35d41 100644
--- a/complete.h
+++ b/complete.h
@@ -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