aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-02-25 20:37:15 +1000
committerGravatar axel <axel@liljencrantz.se>2007-02-25 20:37:15 +1000
commit7c96cb2ff869ca3c5b3df9176e649a8acefc8062 (patch)
tree02819b753d18a9da806e2f98f3c75100bc51922a /complete.h
parenta3c5718eb9d34e86b348ce770df0b71906ac64c8 (diff)
Second round of bug fixes and minor code improvements after the completions struct update. Fix space insertion issues on command specific completions.
darcs-hash:20070225103715-ac50b-5aaaa1c1c6ed1084ba68841fb70cc23c84f19806.gz
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/complete.h b/complete.h
index 24b51ab9..57a0e3d3 100644
--- a/complete.h
+++ b/complete.h
@@ -84,6 +84,12 @@
*/
#define COMPLETE_WHOLE_ARGUMENT 4
+/**
+ This completion may or may not want a space at the end - guess by
+ checking the last character of the completion.
+*/
+#define COMPLETE_AUTO_SPACE 8
+
typedef struct
{