aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-25 22:18:36 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-25 22:18:36 -0700
commitb511550917d9b657237392268ba07cd38e6b3fcc (patch)
tree12a1011f5f2be317765612a07ef7be14aa75e789 /wildcard.h
parent7935b86cb2f06385f5fcb8774efcc0ae8f47a0b8 (diff)
Revert "Prepend ./ to "flag-like file" wildcard expansions and completions"
This reverts commit 316d7004a3d4f6905f36301b6d5c9ebd934f11fa. Reverts fix for 1519 in light of #1713 Conflicts: fish_tests.cpp
Diffstat (limited to 'wildcard.h')
-rw-r--r--wildcard.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/wildcard.h b/wildcard.h
index b09aa64f..8c542221 100644
--- a/wildcard.h
+++ b/wildcard.h
@@ -84,9 +84,7 @@ bool wildcard_has(const wcstring &, bool internal);
bool wildcard_has(const wchar_t *, bool internal);
/**
- Matches the string against the wildcard, and if the wildcard is a
- possible completion of the string, the remainder of the string is
- inserted into the out vector.
+ Test wildcard completion
*/
bool wildcard_complete(const wcstring &str,
const wchar_t *wc,