mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-16 23:45:24 +08:00

This makes it so code like ```fish echo foo echo bar ``` is collapsed into ```fish echo foo echo bar ``` One empty line is allowed, more is overkill. We could also allow more than one for e.g. function endings.