From 2f3a7112eafe7bfa6ddd9c6b8a3e6d11a44ce49d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 28 Nov 2016 13:59:55 +0000 Subject: Add more memory domains to certain data --- src/file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file.cc') 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 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; -- cgit v1.2.3