mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
parent
2f1a73754b
commit
84bd1715d8
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ function history --description "display or manipulate interactive command histor
|
|||
end
|
||||
|
||||
if test $search_mode = --exact
|
||||
builtin history delete $search_mode $_flag_case_sensitive $searchterm
|
||||
builtin history delete $search_mode $_flag_case_sensitive -- $searchterm
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue