mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
parent
2f1a73754b
commit
84bd1715d8
|
@ -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 New Issue
Block a user