mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
fish_indent did something surprising.
This commit is contained in:
parent
e3187b2361
commit
fb3c839a15
1 changed files with 89 additions and 90 deletions
|
@ -45,8 +45,7 @@ function history --shadow-builtin --description "display or manipulate interacti
|
|||
switch $cmd
|
||||
case search
|
||||
if set -q argv[1]
|
||||
or begin
|
||||
test -n $time_args
|
||||
or test -n $time_args
|
||||
and contains $search_mode none
|
||||
set -l pager less
|
||||
set -q PAGER
|
||||
|
|
Loading…
Reference in a new issue