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
Core plugins should be registered after the basic commands are added.
Actual behavior
Core plugins have precedence over basic commands, so for example java is registered before anything else.
Steps to reproduce the behavior
Core plugins are registered in rz_cmd_new immediately after creating the root command descriptor, which means that a core plugin could register commands that are supposed to be "core" ones (e.g. w, p, etc.).
Work environment
Expected behavior
Core plugins should be registered after the basic commands are added.
Actual behavior
Core plugins have precedence over basic commands, so for example
java
is registered before anything else.Steps to reproduce the behavior
Core plugins are registered in
rz_cmd_new
immediately after creating the root command descriptor, which means that a core plugin could register commands that are supposed to be "core" ones (e.g.w
,p
, etc.).See cmd_api.c:
The text was updated successfully, but these errors were encountered: