fish-shell/share
Johannes Altmanninger 326e62515b functions/history.fish: also save when called with --exact
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").
2023-03-04 22:24:22 +01:00
..
completions completion/fastboot: fix completion to flash and format 2023-03-04 12:23:46 -08:00
functions functions/history.fish: also save when called with --exact 2023-03-04 22:24:22 +01:00
groff
tools webconfig: Set a variable before 2023-02-19 14:57:32 +01:00
__fish_build_paths.fish.in
config.fish share/config: Erase on_interactive before doing __fish_config_interactive 2023-02-11 14:15:44 +01:00