mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
e2a26b2fdf
Prior to this change, when emitting gap text (comments, newlines, etc), fish_indent would use the indentation of the text at the end of the gap. But this has the wrong result for this case: begin command # comment end as the comment would get the indent of the 'end'. Instead use the indent computed for the gap text itself. Addresses one case of #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_util.fish | ||
test.fish |