You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenlty, "every small paint" only returns selections from the first line if it is part of a multi-line pair, instead of returning all the paints in the given pair.
Well that's the way paint works and this one is a smaller/bounded version of paint. If you want it to expand to the entire inside then you can say "take every short paint inside". That is true both for paint and short paint.
Currenlty,
"every small paint"
only returns selections from the first line if it is part of a multi-line pair, instead of returning all the paints in the given pair.The following test case should pass:
Will probably be fixed by default after we implement #1057
The text was updated successfully, but these errors were encountered: