mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 04:51:15 -03:00
io.h: Add missing override
Found with clang's -Winconsistent-missing-destructor-override Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
ridiculousfish
parent
586ac3dfa7
commit
69d0bb7c0d
@@ -1483,7 +1483,7 @@ void completer_t::perform() {
|
||||
}) != std::end(prefix_cmds);
|
||||
if (!is_subcommand) break;
|
||||
tokens.erase(tokens.begin());
|
||||
};
|
||||
}
|
||||
}
|
||||
// Empty process (cursor is after one of ;, &, |, \n, &&, || modulo whitespace).
|
||||
if (tokens.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user