mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +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
|
switch $cmd
|
||||||
case search
|
case search
|
||||||
if set -q argv[1]
|
if set -q argv[1]
|
||||||
or begin
|
or test -n $time_args
|
||||||
test -n $time_args
|
|
||||||
and contains $search_mode none
|
and contains $search_mode none
|
||||||
set -l pager less
|
set -l pager less
|
||||||
set -q PAGER
|
set -q PAGER
|
||||||
|
|
Loading…
Reference in a new issue