mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08: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:
@@ -1339,7 +1339,7 @@ static int builtin_functions(parser_t &parser, wchar_t **argv)
|
||||
{
|
||||
int i;
|
||||
for (i=woptind; i<argc; i++)
|
||||
function_remove(argv[i]);
|
||||
function_remove_ignore_autoload(argv[i]);
|
||||
return STATUS_BUILTIN_OK;
|
||||
}
|
||||
else if (desc)
|
||||
|
||||
Reference in New Issue
Block a user