aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-10-28 19:06:05 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-10-28 19:06:05 +1000
commitbaa6a40d6f7502787a0af8fe57a69659ea6ceac4 (patch)
tree839fd2327740e72de009259a4fed778a13e514ac /complete.h
parent5082054bcb8a07af8e01ef9c6da494b696306cfd (diff)
Fix completion bug - case insensitive competions of command names sometimes got the path prepended to them
darcs-hash:20071028090605-75c98-b623c6bf3f5a5144cdecaf0c005d4acb980e33f1.gz
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/complete.h b/complete.h
index 6c3bd931..128db468 100644
--- a/complete.h
+++ b/complete.h
@@ -247,9 +247,9 @@ void complete_load( const wchar_t *cmd, int reload );
\param flags completion flags
*/
void completion_allocate( array_list_t *context,
- const wchar_t *comp,
- const wchar_t *desc,
- int flags );
+ const wchar_t *comp,
+ const wchar_t *desc,
+ int flags );
#endif