fish_indent did something surprising.

This commit is contained in:
Aaron Gyes 2016-07-11 06:47:55 -07:00
parent e3187b2361
commit fb3c839a15

View file

@ -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