Broken flags after function definition with named args #6186
Labels
regression
Something that used to work, but was broken, especially between releases
Milestone
fish version: fish, version 3.0.2-1620-g055a3321
OS: Ubuntu 18.04
Terminal: terminator
a7913c3 (the fix for #6147) breaks function definitions that look like this:
Definitions like this are common in packages, that example is taken from laughedelic/pisces, it also breaks oh-my-fish/theme-bobthefish and probably others. It seems like the solution would be to assume the argument names end when another flag is encountered instead of erroring out.
The text was updated successfully, but these errors were encountered: