mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 16:10:12 +08:00
326e62515b
After deleting a history item with history delete --exact --case-sensitive the-item it is still reachable by history search until the shell is restarted. Let's fix this by saving history after each deletion. The non-exact variants of "history delete" already do this. I think this was just an oversight owed to the fact that hardly anyone uses "--exact" (else we would surely have changed it to not require an explicit "--case-sensitive"). |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish |