mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
reference'ize event.cpp/h
This commit is contained in:
@@ -1100,7 +1100,7 @@ static void functions_def(const wcstring &name, wcstring &out)
|
||||
search.function_name = name;
|
||||
|
||||
std::vector<event_t *> ev;
|
||||
event_get(&search, &ev);
|
||||
event_get(search, &ev);
|
||||
|
||||
out.append(L"function ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user