aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-14 05:32:21 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-14 05:32:21 +1000
commitf5540ff95816e429c95c0f21e5b14435cddc3b21 (patch)
tree04fc4b570140d163e990f8035cfe7a58598bdae0 /complete.h
parentc2b28063e1c0f19e5e48befa922094cd6699c1b6 (diff)
Add canse insensitive tilde completion
darcs-hash:20080113193221-75c98-169804fe128001f73eaee6fab28bfb99dca7c93e.gz
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/complete.h b/complete.h
index 1109da7c..74c2b5a0 100644
--- a/complete.h
+++ b/complete.h
@@ -94,6 +94,13 @@
*/
#define COMPLETE_AUTO_SPACE 8
+/**
+ This completion should be inserted as-is, without escaping.
+*/
+#define COMPLETE_DONT_ESCAPE 16
+
+
+
typedef struct
{