std::vector<wcstring> is wcstring_list_t

This commit is contained in:
Aaron Gyes
2019-03-14 11:15:50 -07:00
parent 0ee9862809
commit 477b2e8d7c
10 changed files with 11 additions and 12 deletions

View File

@@ -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);