diff options
Diffstat (limited to 'src/file.cc')
| -rw-r--r-- | src/file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cc b/src/file.cc index 9620467a..92ddcf13 100644 --- a/src/file.cc +++ b/src/file.cc @@ -421,7 +421,7 @@ CandidateList complete_filename(StringView prefix, const Regex& ignored_regex, return candidates(matches, expand ? parsed_dirname : dirname); } -Vector<String> complete_command(StringView prefix, ByteCount cursor_pos) +CandidateList complete_command(StringView prefix, ByteCount cursor_pos) { String real_prefix = parse_filename(prefix.substr(0, cursor_pos)); StringView dirname, fileprefix; |
