mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 23:21:15 -03:00
Hook up for statements, if statements, and function definition in new
parser
This commit is contained in:
@@ -186,7 +186,6 @@ void function_add(const function_data_t &data, const parser_t &parser)
|
||||
/* Remove the old function */
|
||||
function_remove(data.name);
|
||||
|
||||
|
||||
/* Create and store a new function */
|
||||
const wchar_t *filename = reader_current_filename();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user