mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
Fix #213. You can now remove autoloaded functions.
Oddly enough, the code is here, but is internal function.
This commit is contained in:
@@ -95,6 +95,9 @@ void function_init();
|
||||
/** Add a function. */
|
||||
void function_add(const function_data_t &data, const parser_t &parser);
|
||||
|
||||
/** Removes a function from our internal table, returning true if it was found and false if not */
|
||||
bool function_remove_ignore_autoload(const wcstring &name);
|
||||
|
||||
/**
|
||||
Remove the function with the specified name.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user