fish-shell/share
Kurtis Rader 3663726689 fix interactive deletion of "all" items
While working on making the history command support case-sensitive and
insensitive searches I noticed that entering "all" when interactively
deleting history entries resulted in an error. That's because the
history builtin currently only supports `--exact` so we need to loop
over the matching entries and delete them one at a time.

Fixes #3448
2016-10-11 19:05:23 -07:00
..
completions Add completions for ninja build system 2016-10-04 12:32:28 +02:00
functions fix interactive deletion of "all" items 2016-10-11 19:05:23 -07:00
tools simplify invoking create_manpage_completions.py 2016-10-09 18:42:55 -07:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Guard some contains calls in config.fish 2016-09-26 16:49:06 +02:00