mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-19 04:41:15 -03:00
std::vector<wcstring> is wcstring_list_t
This commit is contained in:
@@ -196,7 +196,7 @@ class reader_history_search_t {
|
||||
tokenizer_t tok(text.c_str(), TOK_ACCEPT_UNFINISHED);
|
||||
tok_t token;
|
||||
|
||||
std::vector<wcstring> local_tokens;
|
||||
wcstring_list_t local_tokens;
|
||||
while (tok.next(&token)) {
|
||||
if (token.type != TOK_STRING) continue;
|
||||
wcstring text = tok.text_of(token);
|
||||
|
||||
Reference in New Issue
Block a user