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
If a script calls `finish`, the restoration of `&cpo`, which is at the
end of the script, never gets called.
As a follow-up to #2055, this change moves the place where `&cpo` is
preserved until after the places where `finish` is called. I believe
this is safe, since those places are near the beginning of their
respective scripts, and there's nothing earlier that's dependent on the
default setting of `&cpo`.
0 commit comments