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
refactor: normalize unset positions of call-once functions
* bash_completion (_comp_dequote__initialize): The initialization
function "_comp_dequote__initialize" has been unset itself at the
beginning, but other similar call-once functions unset themselves at
the end of the functions. We make "_comp_dequote__initialize" unset
itself at the end for consistency with the other call-once
functions.
* completions/vncviewer (_comp_cmd_vncviewer__bootstrap): This
function wants to return the exit status of the dispatched function,
so we unset the function just before the processing of the
dispatched function, following an existing function
"_comp_cmd_makepkg__bootstrap".
0 commit comments