mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
Implemented LRU cache for autoloading.
This commit is contained in:
@@ -106,7 +106,7 @@ void function_add( function_data_t *data, const parser_t &parser );
|
||||
/**
|
||||
Remove the function with the specified name.
|
||||
*/
|
||||
void function_remove( const wchar_t *name );
|
||||
void function_remove( const wcstring &name );
|
||||
|
||||
/**
|
||||
Gets a function by name.
|
||||
|
||||
Reference in New Issue
Block a user