mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
f6c1ef58df
This indents continuations after pipes and conjunctions if they contain a newline. Example: cmd1 && cmd2 But it avoids the "double indent" if it indented unconditionally: cmd1 | begin cmd2 end More work towards improving #7252 |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_util.fish |