aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-09 01:29:09 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-09 01:29:09 +1000
commita0e1f9113ee86cac15b1e391b3129aa7a6c13015 (patch)
treebbbe01575848bc1ddb372e60c7d4859a5027682a /function.c
parent133b682793fdbc0d86d207c6afe774b26af84d3a (diff)
Do not use CDPATH when completing arguments starting with a '.'
darcs-hash:20060208152909-ac50b-650092242a4d9454db6cf4d73858c137040db4c5.gz
Diffstat (limited to 'function.c')
-rw-r--r--function.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/function.c b/function.c
index 47633026..a3f76b0b 100644
--- a/function.c
+++ b/function.c
@@ -20,6 +20,7 @@
#include "reader.h"
#include "parse_util.h"
#include "env.h"
+#include "expand.h"
/**