mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Stop always returning STATUS_BUILTIN_ERROR on --merge.
This commit is contained in:
parent
83d3c9fc04
commit
0395c33982
1 changed files with 1 additions and 0 deletions
|
@ -3868,6 +3868,7 @@ static int builtin_history(parser_t &parser, io_streams_t &streams, wchar_t **ar
|
|||
if (merge_history)
|
||||
{
|
||||
history->incorporate_external_changes();
|
||||
return STATUS_BUILTIN_OK;
|
||||
}
|
||||
|
||||
if (search_history)
|
||||
|
|
Loading…
Reference in a new issue